Skip to content

Instantly share code, notes, and snippets.

@flipjs
Created October 17, 2014 00:45
Show Gist options
  • Save flipjs/35147cbc249d6003bcae to your computer and use it in GitHub Desktop.
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)
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