Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在运行 Windows 7 并安装了 Python 2.7.3。我的安装目录是 C:\Python27,我下载的包(例如 numpy、pyserial、scipy 等)可以在 C:\Python27\Lib\site-packages 中找到。
是否可以将库(特别是 pyserial)安装到网络驱动器?最终,我想要实现的是让任何在他们的机器上安装了 Python 的人都能够运行某些东西,即使他们没有安装特定的库。
sys.path.append是您正在寻找的。