From e899e0c9b21c49270751cc2bde7ec0f9e7a02cb7 Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Mon, 4 Jun 2012 13:37:12 +0200 Subject: [PATCH] python 2 by default, python 3 needs explicit --- profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile b/profile index da2a169..36eb4b2 100644 --- a/profile +++ b/profile @@ -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