Skip to content

Instantly share code, notes, and snippets.

View fernandolcouto's full-sized avatar
💭
I'm a simple apprentice

Fernando L Couto fernandolcouto

💭
I'm a simple apprentice
  • Brazil
View GitHub Profile
@fernandolcouto
fernandolcouto / python-guide.sh
Last active March 25, 2020 23:11 — 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 pandas s3cmd fabric pytest"
#PY2TOOLS="rename mercurial"
VENVS=~/.ve
PROJS=~/workspace