Created
September 4, 2019 13:49
-
-
Save edusantana/9ddfda13eb7690cdb7533b58c9d67f4f to your computer and use it in GitHub Desktop.
Execução de comando para testar virtualenv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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