私は、マックを持っている:MacにはどのバージョンのPythonがありますか?私が行うとき
Python 2.7.6
を私はに着いたとき:
python --version
は、私が得た2.7.6の場所に位置して
/System/Library/Frameworks/Python.framework/Versions/3.3
? 私は何をすべきですか?
UPDATE:PyCharmエディタで
$ which -a python python3
/usr/bin/python
/usr/local/bin/python3
$ brew list python python3
Error: No such keg: /usr/local/Cellar/python
$ locate python
WARNING: The locate database (/var/db/locate.database) does not exist.
To create the database, run the following command:
sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.locate.plist
Please be aware that the database can take some time to generate; once
the database has been created, this message will no longer appear.
、デフォルト設定のインタプリタが示しています
'私がやったpython' ... –
:sudoのlaunchctlをロード - w /System/Library/LaunchDaemons/com.apple.locate.plistですが、私がPythonを見つけたらいつも同じ警告が出ます。 –