Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save GauntletWizard/dcd4cb3e1a8c8af6368940b694e99414 to your computer and use it in GitHub Desktop.
Save GauntletWizard/dcd4cb3e1a8c8af6368940b694e99414 to your computer and use it in GitHub Desktop.
Python Setup, Ubuntu 20.04
pip3 install virtualenvwrapper
export PATH="$PATH:/home/ted/.local/bin"
. ~/.local/bin/virtualenvwrapper.sh
activate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment