1
0
mirror of https://github.com/captn3m0/dotfiles.git synced 2024-09-28 22:22:51 +00:00

Using virtualenv for python development

This commit is contained in:
Abhay Rana 2016-01-03 00:15:23 +05:30
parent 60acc60a05
commit ef68a3edee

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'