summaryrefslogtreecommitdiffstats
path: root/bashrc/common/virtualenv.sh
blob: 7ba48b915589d34eede90e095d6cbe02e03b636e (plain) (blame)
1
2
3
4
5
6
if hash "virtualenvwrapper.sh" 2>/dev/null; then
	source $(which virtualenvwrapper.sh)
fi

# build absolut path (needed for prompt)
export WORKON_HOME="$(cd "${WORKON_HOME}" 2>&1 >/dev/null; pwd -P)"