Skip to content

Instantly share code, notes, and snippets.

@edusantana
Created September 4, 2019 13:49
Show Gist options
  • Save edusantana/3a34163e94818caa89ae29f1fb126b4c to your computer and use it in GitHub Desktop.
Save edusantana/3a34163e94818caa89ae29f1fb126b4c 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