Skip to content

Instantly share code, notes, and snippets.

View gabrielloliveira's full-sized avatar
💻
Resolvendo problemas.

Gabriell Oliveira gabrielloliveira

💻
Resolvendo problemas.
View GitHub Profile
@gabrielloliveira
gabrielloliveira / python-guide.sh
Created March 28, 2021 17:50 — forked from henriquebastos/python-guide.sh
The definitive guide to setup my Python workspace
# The definitive guide to setup my Python workspace
# Author: Henrique Bastos <henrique@bastos.net>
PY3=3.8.0
PY2=2.7.16
PY3TOOLS="youtube-dl s3cmd fabric pytest"
PY2TOOLS="rename mercurial"
VENVS=~/.ve
PROJS=~/workspace