pyinstallerインストール ( Python3, Ubuntu 20.04 )
1373 ワード
環境
ubuntu 20.04
install
$ pip3 install pyinstaller
その後実行すると,以下のエラー発生
pyinstaller: コマンドが見つかりません
インストール先を調べる
$ sudo find / -name "pyinstaller"
/home/hoshina/.local/bin/pyinstaller
find: ‘/run/user/1000/gvfs’: 許可がありません
以下に実行ファイルがあることがわかった.~/.local/bin/pyinstaller
/usr/binにコピー
sudo cp .local/bin/pyinstaller /usr/bin/pyinstaller
確認 -> OK
$ pyinstaller -v
4.5
参考
Author And Source
この問題について(pyinstallerインストール ( Python3, Ubuntu 20.04 )), 我々は、より多くの情報をここで見つけました https://qiita.com/hoshianaaa/items/1692bb7513b77500c70f著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .