Skip to content

Instantly share code, notes, and snippets.

@durka
Last active December 17, 2015 11:59
Show Gist options
  • Save durka/5606312 to your computer and use it in GitHub Desktop.
Save durka/5606312 to your computer and use it in GitHub Desktop.
if not sys.version.startswith('2.7.5'):
sys.path = map(lambda s: s.replace('/usr/local/Cellar/python/2.7.5/', '/System/Library/'), sys.path)
sys.path = map(lambda s: s.replace('/usr/local/lib/', '/usr/lib/'), sys.path)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment