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

沒有留言:

張貼留言