Skip to content

Instantly share code, notes, and snippets.

View oversize's full-sized avatar
🍵
i find your lack of tea disturbing

Manuel Schmidt oversize

🍵
i find your lack of tea disturbing
View GitHub Profile
alias dj='python manage.py'
alias djsync='dj syncdb'
alias djrun='dj runserver'
export WORKON_HOME=~/.venvs
export PIP_RESPECT_VIRTUALENV=true
export PIP_REQUIRE_VIRTUALENV=true
export PIP_VIRTUALENV_BASE=$WORKON_HOME