Pyinstaller 指定python版本打包 例如安装了 python3.6 python3.8

时间:2020-10-29 12:49:13   收藏:0   阅读:307

首先定位到

技术分享图片

 

 

 python3.6 Scripts 里把pyinstaller 改成pyinstaller36

 

同理 在python3.8 Scripts  里把pyinstaller 改成pyinstaller38

技术分享图片

 

 

 想用哪个打包 就用  哪个

pyinstaller36 -F -w main.py      

pyinstaller38 -F -w main.py技术分享图片

 

          

 

原文:https://www.cnblogs.com/aotumandaren/p/13895994.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!