Skip to content

Instantly share code, notes, and snippets.

@jdferrell3
Created December 31, 2018 19:21
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 jdferrell3/6b2be0386caff742fbc1647714d7a21a to your computer and use it in GitHub Desktop.
Save jdferrell3/6b2be0386caff742fbc1647714d7a21a to your computer and use it in GitHub Desktop.
Setup Python virtualenv on Ubuntu
apt-get install python3-venv
python3 -m venv {env_dir}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment