pip install pyinstaller
pyinstaller --onefile xunhuan.py
在centos系统中,安装pyinstaller,然后执行命令,生成文件可以直接调用,比如
/root/dist/xunhuan
在/root/目录下,系统环境一般问题很大,找到合适的linux python环境再操作。
pip install pyinstaller
pyinstaller --onefile xunhuan.py
在centos系统中,安装pyinstaller,然后执行命令,生成文件可以直接调用,比如
/root/dist/xunhuan
在/root/目录下,系统环境一般问题很大,找到合适的linux python环境再操作。