阿達的綺想世界
說說生活、說說工作、說說興趣、說說領悟,說東說西,就是不說是非。
2018年12月16日 星期日
python3 安裝 pyinstaller 將 .py 轉成 .exe
安裝
$ sudo apt install python3-pip
$ pip3 install pyinstaller
使用
到 .py 檔案的路徑下
$ pyinstaller myfile.py
會產生 myfile.spec、build、dist,exe 執行擋在 dist 夾中
移除
$ pip3 uninstall pyinstaller
升級
$ pip3 install --upgrade pyinstaller
較新的文章
較舊的文章
首頁
訂閱:
文章 (Atom)