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
# The definitive guide to setup my Python workspace | |
# Author: Henrique Bastos <[email protected]> | |
PY3=3.8.0 | |
#PY2=2.7.16 | |
PY3TOOLS="youtube-dl pandas s3cmd fabric pytest" | |
#PY2TOOLS="rename mercurial" | |
VENVS=~/.ve | |
PROJS=~/workspace |