MOD: added bpython functionality, bpython is a dope python interpreter

This commit is contained in:
JohnE 2016-01-26 14:36:00 -08:00
parent d911b79b00
commit 2705c3c445
1 changed files with 6 additions and 1 deletions

View File

@ -17,7 +17,12 @@ venv.ls () {
alias djm="python ./manage.py"
alias dja="django-admin.py"
# python interpreter w/auto complete
# pip install bpython
bbpython () {
source $SRC_DIRECTORY/bpython/bin/activate;
bpython
}
# virtualenv
# export WORKON_HOME=$HOME/dev/virtenvs