Pull in virtualenvwrapper
This commit is contained in:
parent
a628d82b0f
commit
002660d715
@ -29,6 +29,9 @@ fi
|
|||||||
|
|
||||||
if [ -f ~/.bashrc.local ];
|
if [ -f ~/.bashrc.local ];
|
||||||
then
|
then
|
||||||
|
if [ -e "$(which virtualenvwrapper.sh)" ]; then
|
||||||
|
source "$(which virtualenvwrapper.sh)"
|
||||||
|
fi
|
||||||
source ~/.bashrc.local
|
source ~/.bashrc.local
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user