Created
August 17, 2016 20:07
-
-
Save michaelconnor00/a3bed1c927b935821e67e7db1e0650f0 to your computer and use it in GitHub Desktop.
How to create a python 3 virtualenv
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
# Assuming Python 3 is installed | |
mkvirtualenv --python=python3_path myenv | |
# Typical paths: /usr/local/bin/python3 or python |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment