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 上,我的 python 路径是C:\Python27. 当我解压缩档案时,我找到了pyinstaller-2.0 该文件路径必须在哪里?
C:\Python27
pyinstaller-2.0
PyInstaller 可以作为一个独立的应用程序运行,所以它不需要放在C:\Python27目录中。例如,你可以把它放进去C:\Program Files,然后像这样从cmd.exeshell 调用 PyInstaller 应用程序:
C:\Program Files
cmd.exe
c:\python27\python.exe "c:\Program Files\pyinstaller-2.0\pyinstaller.py" --help