Skip to content

Instantly share code, notes, and snippets.

@kenvontucky
Last active July 25, 2018 09:10
Show Gist options
  • Save kenvontucky/73dbde170bd6ee9d2feeb2728dacbc33 to your computer and use it in GitHub Desktop.
Save kenvontucky/73dbde170bd6ee9d2feeb2728dacbc33 to your computer and use it in GitHub Desktop.
python 2.7 create virtual environment
easy_install virtualenv
virtualenv --python=python2.7 python-virtual-env
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment