安装不同版本pyinstaller

python3.6 -m pip install pyinstaller
python3.7 -m pip install pyinstaller

问题

命令输入pyinstaller显示的是python3.7环境,无法调用python3.6环境的pyinstaller

解决

python3.6  /Scripts 文件夹下,复制pyinstaller.exepyinstaller3.6.exe 

 

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注