系统相关
首页 > 系统相关> > linux (centos 7.5) 下使用python 2.7 打包

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

标签:pyinstaller,centos,get,python,py,linux,pip,安装
来源: https://www.cnblogs.com/leolzi/p/16670379.html