Created
August 27, 2012 18:21
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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