Skip to content

Instantly share code, notes, and snippets.

@dasgoll
Created July 6, 2019 20:26
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 dasgoll/8fef4d05783fb46cba003868461f5a8b to your computer and use it in GitHub Desktop.
Save dasgoll/8fef4d05783fb46cba003868461f5a8b to your computer and use it in GitHub Desktop.
Install virtualenv on macOS
pip install --user virtualenv
python -m virtualenv env
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment