linux (centos 7.5) 下使用python 2.7 打包


1、安装pip

安装pip2 20.0版本

curl “https://bootstrap.pypa.io/pip/2.7/get-pip.py” -o “get-pip.py”
python get-pip.py

2、安装 pyinstaller 
python 安装最好的pyintaller 版本为3.4
pip install pyinstaller==3.4

3、打包

pyinstaller -F spy.py

原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/288309.html

(0)
上一篇 2022年9月8日
下一篇 2022年9月8日

相关推荐

发表回复

登录后才能评论