Skip to content

Instantly share code, notes, and snippets.

@alien18331
Created July 15, 2020 03:11
Show Gist options
  • Save alien18331/9ba5713688b19de2d92564b3db047a8e to your computer and use it in GitHub Desktop.
Save alien18331/9ba5713688b19de2d92564b3db047a8e to your computer and use it in GitHub Desktop.
virtualenv guide
install virtualenv
$ pip3 install virtualenv
create virtualenv
$ sudo virtualenv test
activate virtualenv
$ cd test
$ source bin/activate
leave virtualenv
$ deactivate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment