Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
PyQT をインストールしようとしていますが、PyQT を使用しました。自家醸造を使用してインストールされています。しかし、インポートしようとすると、pythonはできません。Home brew で次の警告が表示されます。私は Mac が初めてで、python パスを変更する方法がわかりません。どんな助けでも素晴らしいでしょう。
非自作の python (2.x) の場合、次のように PYTHONPATH を修正する必要があります。
環境変数を設定するには、編集~/.bash_profile(ファイルが存在しない場合は作成) する必要があります。PYTHONPATH
~/.bash_profile
PYTHONPATH
export PYTHONPATH=`brew --prefix`/lib/python2.7/site-packages:$PYTHONPATH