From ef68a3edee63ab02bd310ae41e4b7f50e7bd6f0a Mon Sep 17 00:00:00 2001 From: Abhay Rana Date: Sun, 3 Jan 2016 00:15:23 +0530 Subject: [PATCH] Using virtualenv for python development --- files/bash/.bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/files/bash/.bashrc b/files/bash/.bashrc index d1904aa..15de791 100644 --- a/files/bash/.bashrc +++ b/files/bash/.bashrc @@ -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'