MOD: added bpython functionality, bpython is a dope python interpreter
This commit is contained in:
parent
d911b79b00
commit
2705c3c445
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue