Using virtualenv for python development

This commit is contained in:
Abhay Rana 2016-01-03 00:15:23 +05:30
parent 60acc60a05
commit ef68a3edee
1 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,9 @@ PATH="$PATH:$HOME/apps/ec2/bin"
source $HOME/.nvm/nvm.sh #node version manager
# Python virtualenv
export WORKON_HOME=~/.virtualenvs
source /usr/bin/virtualenvwrapper.sh
alias llama='ssh git@git.sdslabs.co.in llama'
alias capt='ssh git@git.sdslabs.co.in capt'