Skip to content

Instantly share code, notes, and snippets.

@erochest
Created August 27, 2012 18:21
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erochest/3491062 to your computer and use it in GitHub Desktop.
Save erochest/3491062 to your computer and use it in GitHub Desktop.
The unnatural thing I did to get homebrew to compile MacVim (& vim) against Python 2.7 on Mac 10.6
cd /System/Library/Frameworks/Python.frameworks/Versions
sudo mv Current Current26
sudo ln -s /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7 Current
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment