要在Ubuntu中更新PyInstaller,請按照以下步驟操作:
打開終端(Terminal):點擊左上角的Ubuntu圖標,然后在搜索框中輸入“terminal”并按回車鍵,或者按下快捷鍵Ctrl + Alt + T。
首先確保已安裝Python和pip。如果沒有安裝,可以使用以下命令安裝:
sudo apt update
sudo apt install python3 python3-pip
sudo pip3 uninstall pyinstaller
sudo pip3 install pyinstaller
pyinstaller --version
如果顯示出最新版本的PyInstaller版本號,說明更新成功。