Skip to content

Instantly share code, notes, and snippets.

@SalmonKing72
Last active February 7, 2019 16:35
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 SalmonKing72/ad94fa42a934ee6864f6374b1f4aecaf to your computer and use it in GitHub Desktop.
Save SalmonKing72/ad94fa42a934ee6864f6374b1f4aecaf to your computer and use it in GitHub Desktop.
how to use python venv from terminal
  • pip install virtualenv

within project root

  • virtualenv ./venv
  • cd ./venv/bin
  • source activate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment