From d23fe61b499f31ff2f3f647a7061afbbda11a5e1 Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Sun, 30 Oct 2011 20:28:15 +0100 Subject: [PATCH] python user path for mac --- profile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/profile b/profile index dc1518b..a4a1f54 100644 --- a/profile +++ b/profile @@ -10,6 +10,9 @@ export LC_ALL="en_US.UTF-8" # user path PATH=~/.local/bin:$PATH +# python user path +PATH=~/Library/Python/2.7/bin:$PATH + # local path PATH=/usr/local/bin:/usr/local/sbin:$PATH