两个不同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 

 

作者:123hello123原文地址:https://blog.csdn.net/qq_43615820/article/details/128090420

%s 个评论

要回复文章请先登录注册