From Wizardmode
Given the incredibly helpful ImportError: No module named site error when running vim on a Mac, you can fix it with the following steps:
brew unlink python
brew unlink vim
brew remove vim
brew install -v –force vim
brew link pythonFrom Wizardmode
Given the incredibly helpful ImportError: No module named site error when running vim on a Mac, you can fix it with the following steps:
brew unlink python
brew unlink vim
brew remove vim
brew install -v –force vim
brew link python