add homebrew python path

This commit is contained in:
Loic Nageleisen 2011-10-12 19:53:20 +02:00
parent f22d8c50e0
commit dde36e5d2b

View file

@ -24,6 +24,9 @@ export PATH RUBYOPT
test -d /usr/local/Cellar/ruby/1.9.2-p290/bin && PATH="/usr/local/Cellar/ruby/1.9.2-p290/bin:$PATH" test -d /usr/local/Cellar/ruby/1.9.2-p290/bin && PATH="/usr/local/Cellar/ruby/1.9.2-p290/bin:$PATH"
export PATH export PATH
test -d /usr/local/share/python && PATH="/usr/local/share/python:$PATH"
# default editor # default editor
EDITOR=vim EDITOR=vim
VISUAL=vim VISUAL=vim