两个不同python版本的pyinstaller共生 windows

安装不同版本的pyinstaller

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

问题:

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

解决:

在python3.6  /Scripts 文件夹下,复制pyinstaller.exe 为 pyinstaller3.6.exe 

两个不同python版本的pyinstaller共生 windows_第1张图片

两个不同python版本的pyinstaller共生 windows_第2张图片

 

你可能感兴趣的:(python,环境配置,python,pip,pyinstaller,多个环境)