Created
September 4, 2019 13:49
-
-
Save edusantana/3a34163e94818caa89ae29f1fb126b4c 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