Skip to content

Instantly share code, notes, and snippets.

@hminnovation
Created March 31, 2017 19:23
Show Gist options
  • Save hminnovation/fc09d903e2e097680a272681cde1091e to your computer and use it in GitHub Desktop.
Save hminnovation/fc09d903e2e097680a272681cde1091e to your computer and use it in GitHub Desktop.
virtualenv with Python version from pyenv

mkvirtualenv --python=~/.pyenv/versions/3.5.2/bin/python3.5 {name of venv}

Run pyenv versions to see versions you have

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment