changeset 104:ebd008b9dad2

Homebrew paths.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 07 May 2012 22:06:16 -0700
parents 41fce97dd6d4
children c129a719560f
files bashrc/bashrc
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/bashrc/bashrc	Sat Mar 31 11:40:35 2012 -0700
+++ b/bashrc/bashrc	Mon May 07 22:06:16 2012 -0700
@@ -11,8 +11,8 @@
 # Mac developer binaries
 PATH=/Developer/usr/bin:$PATH
 
-# PATH for Python 2.7
-PATH=/Library/Frameworks/Python.framework/Versions/2.7/bin:$PATH
+# Python from Homebrew
+PATH=/usr/local/share/python:$PATH
 
 # Done!
 export PATH