Skip to content

Instantly share code, notes, and snippets.

@Carleslc
Created July 1, 2020 13:42
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 Carleslc/490e08f8ebc2a071b649ca6466453b32 to your computer and use it in GitHub Desktop.
Save Carleslc/490e08f8ebc2a071b649ca6466453b32 to your computer and use it in GitHub Desktop.
Install and activate Python environment with virtualenv
sudo pip install virtualenv
virtualenv env
. env/bin/activate # Bash/Tcsh console
#. env/bin/activate.fish # Fish console
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment