Skip to content

Instantly share code, notes, and snippets.

@baruch-grs
Created June 28, 2017 04:39
Show Gist options
  • Save baruch-grs/3d18ba1de6d1279ae21793d8aef7f2a3 to your computer and use it in GitHub Desktop.
Save baruch-grs/3d18ba1de6d1279ae21793d8aef7f2a3 to your computer and use it in GitHub Desktop.
This is my configuration and alias to a personal bash profile. It must been updated constantly.
cd ~/Documents/Digimundo
export WORKON_HOME=~/.virtualenvs
export VIRTUALENVWRAPPER_HOOK_DIR=$WORKON_HOME/hooks
source /usr/local/bin/virtualenvwrapper.sh
#------ Personal Alias -------------
alias mkv='mkvirtualenv --python=/usr/bin/python3'
alias keff='workon venv-keff && cd CloudKitchen-KeffKaffe && ./manage.py runserver 8080'
alias runserver='./manage.py runserver'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment