# HG changeset patch # User Ludovic Chabant # Date 1336453576 25200 # Node ID ebd008b9dad2b9535067e2809c0c824f8a73ba3f # Parent 41fce97dd6d4b046306082a338084aa6338e852b Homebrew paths. diff -r 41fce97dd6d4 -r ebd008b9dad2 bashrc/bashrc --- 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