新しいシェルで:
brew install python
出力:
Warning: python-2.7.5 already installed
brew link python
出力:
Warning: Already linked: /usr/local/Cellar/python/2.7.5
To relink: brew unlink python && brew link python
echo $PATH
出力:
/Users/captbaritone/.rvm/gems/ruby-2.0.0-p0/bin:/Users/captbaritone/.rvm/gems/ruby-2.0.0-p0@global/bin:/Users/captbaritone/.rvm/rubies/ruby-2.0.0-p0/bin:/Users/captbaritone/.rvm/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin:/usr/local/git/bin:/usr/local/MacGPG2/bin:/usr/texbin:/opt/local/bin
それでもwhich python
まだ出力します:
/usr/local/bin/python
それでもpython --version
出力します:
Python 2.7.1
ここにリードがあります:
ls -l /usr/local/bin/python
出力:
ls: /usr/local/bin/python: No such file or directory
私が間違っているかもしれないこと、または他に何を試すことができるかについてのアイデアはありますか?