Skip to content

Instantly share code, notes, and snippets.

@hawkowl
Created May 13, 2016 03:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hawkowl/62b38702073f6f9de7933d392712a605 to your computer and use it in GitHub Desktop.
Save hawkowl/62b38702073f6f9de7933d392712a605 to your computer and use it in GitHub Desktop.
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