Created
October 17, 2014 00:45
-
-
Save flipjs/35147cbc249d6003bcae to your computer and use it in GitHub Desktop.
Install macvim with python (if for some reason brew wont install with python)
This file contains hidden or 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.framework/Versions | |
| sudo mv Current Current-sys | |
| sudo ln -s /usr/local/Cellar/python/2.8.x/Frameworks/Python.framework/Versions/2.7 Current | |
| brew install macvim | |
| sudo mv Current Current-brew | |
| sudo mv Current-sys Current |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment