From dde36e5d2b4f04ecf215fdafa7e85d010b6b89cc Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Wed, 12 Oct 2011 19:53:20 +0200 Subject: [PATCH] add homebrew python path --- profile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/profile b/profile index cb333af..dc1518b 100644 --- a/profile +++ b/profile @@ -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" export PATH +test -d /usr/local/share/python && PATH="/usr/local/share/python:$PATH" + + # default editor EDITOR=vim VISUAL=vim