PyInstaller:指定路径

一、安装

pip install PyInstaller

二、指定路径

pyinstaller -F xxx.py --distpath=xxx\

xxx.py:要打包的 .py 文件

xxx\:指定路径

你可能感兴趣的:(小记录,Python,pyinstaller)