如果我为python 2和3安装了Pyinstaller,如何运行Python 3 Pyinstaller?

时间:2016-08-18 14:06:55

标签: python pyinstaller

我在Windows机器上。我在python 3中编写了我的应用程序。我为python 2和3安装了Pyinstaller。如何调用python 3 pyinstaller?

1 个答案:

答案 0 :(得分:0)

我相信您需要做的就是为python环境设置指向python3安装位置的路径。然后,您只需使用pip3 install pyinstaller命令即可​​运行。您可以使用命令pyinstaller --version进行确认。