Skip to content

Instantly share code, notes, and snippets.

@5thWall
Created June 10, 2014 04:59
Show Gist options
  • Select an option

  • Save 5thWall/193e90cba6b53c01fe49 to your computer and use it in GitHub Desktop.

Select an option

Save 5thWall/193e90cba6b53c01fe49 to your computer and use it in GitHub Desktop.

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 python
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment