Created
January 3, 2019 10:40
-
-
Save mabroor/c9fafd027e6b08a133d533ced56de78a to your computer and use it in GitHub Desktop.
Fix virtualenv after brew upgrade
This file contains 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
deactivate | |
cd ~/.virtualenv/problem_env | |
rm -rf .Python bin/python* lib/python2.7/* include/python2.7 | |
# Check python path | |
# which python | |
virtualenv -p /usr/local/bin/python . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment