Last active
June 12, 2017 11:27
-
-
Save lu-chi/fbf8ae5a9f63bec932265d2efa4f1671 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| # issue with python2,3 installations on osx | |
| $ sudo easy_install pip | |
| $ sudo pip install --upgrade virtualenvwrapper | |
| $ sudo ln -s /usr/local/Cellar/python/2.7.13/Frameworks/Python.framework/Versions/2.7/bin/virtualenv /usr/local/bin/virtualenv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment