Skip to content

Instantly share code, notes, and snippets.

@edusantana
Created September 4, 2019 13:49
Show Gist options
  • Save edusantana/9ddfda13eb7690cdb7533b58c9d67f4f to your computer and use it in GitHub Desktop.
Save edusantana/9ddfda13eb7690cdb7533b58c9d67f4f to your computer and use it in GitHub Desktop.
Execução de comando para testar virtualenv
wget https://github.com/edusantana/cozer/archive/master.zip
unzip master.zip
cd cozer-master
python3 -m venv venv
. venv/bin/activate
&& pip install --editable .
cozer --help
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment