python 2 by default, python 3 needs explicit

This commit is contained in:
Loic Nageleisen 2012-06-04 13:37:12 +02:00
parent 4dce4716fa
commit e899e0c9b2

View file

@ -25,8 +25,8 @@ test -d "$HOME/.rbenv/bin" && PATH="$HOME/.rbenv/bin:$PATH"
which rbenv 2>&1 >/dev/null && eval "$(rbenv init -)"
# homebrew python
test -d /usr/local/share/python && PATH="/usr/local/share/python:$PATH"
test -d /usr/local/share/python3 && PATH="/usr/local/share/python3:$PATH"
test -d /usr/local/share/python && PATH="/usr/local/share/python:$PATH"
export PATH