Add virtualenvwrapper call
This commit is contained in:
parent
f38df1bf39
commit
77b5b72b1e
1 changed files with 5 additions and 0 deletions
5
env
5
env
|
@ -39,6 +39,11 @@ path=("/usr/local/bin" "/usr/bin" "/bin" "/usr/local/sbin" "/usr/sbin" "/sbin")
|
||||||
|
|
||||||
export path
|
export path
|
||||||
|
|
||||||
|
if which virtualenvwrapper.sh 1>/dev/null 2>&1; then
|
||||||
|
export WORKON_HOME="$HOME/src/py/.envs"
|
||||||
|
source `which virtualenvwrapper.sh`
|
||||||
|
fi
|
||||||
|
|
||||||
# System specific settings
|
# System specific settings
|
||||||
if [[ -e "$HOME/.env.$SYS" ]]; then
|
if [[ -e "$HOME/.env.$SYS" ]]; then
|
||||||
print_info -l 2 "Sourcing environment setup for $SYS systems"
|
print_info -l 2 "Sourcing environment setup for $SYS systems"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue