Created
May 13, 2016 03:50
-
-
Save hawkowl/62b38702073f6f9de7933d392712a605 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
red ~/test [127]> python3 -m virtualenv --clear test | |
Not deleting test/bin | |
Using base prefix '/usr/local/Cellar/python3/3.5.1/Frameworks/Python.framework/Versions/3.5' | |
New python executable in test/bin/python3.5 | |
Also creating executable in test/bin/python | |
Installing setuptools, pip, wheel...done. | |
red ~/test> python -m virtualenv --clear test | |
Not deleting /Users/red/test/test/bin | |
Using real prefix '/System/Library/Frameworks/Python.framework/Versions/2.7' | |
New python executable in /Users/red/test/test/bin/python | |
Installing setuptools, pip, wheel...done. | |
Overwriting /Users/red/test/test/bin/activate with new content | |
Overwriting /Users/red/test/test/bin/activate.fish with new content | |
Overwriting /Users/red/test/test/bin/activate.csh with new content | |
red ~/test> test/bin/python3.5 --version | |
Python 2.7.10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment