0

Possible Duplicate:
python homebrew by default

When I type the following in the terminal I get this: I need it to point to the Homebrew Python.

whereis python = /usr/bin/python
which python  = /Library/Framewroks/Python.framework/Versions/2.7/bin/python
Community
  • 1
  • 1
Jennifer
  • 297
  • 2
  • 5
  • 9
  • Which one is the "Homebrew" python? It looks like you just need to mess with the order of your `PATH` to move either `/usr/bin/` before `/Library/Framewroks/Python.framework/Versions/2.7/bin` or vice-versa (assuming one's not a symlink to the other) – mgilson Nov 13 '12 at 15:49
  • When I do "brew link python" it says "Already linked: /usr/local/Cellar/python/2.7.3 I can't get it figured out. – Jennifer Nov 13 '12 at 16:23

0 Answers0