Skip to content

Instantly share code, notes, and snippets.

@michaelconnor00
Created August 17, 2016 20:07
Show Gist options
  • Save michaelconnor00/a3bed1c927b935821e67e7db1e0650f0 to your computer and use it in GitHub Desktop.
Save michaelconnor00/a3bed1c927b935821e67e7db1e0650f0 to your computer and use it in GitHub Desktop.
How to create a python 3 virtualenv
# 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