summaryrefslogtreecommitdiffstats
path: root/bashrc/node/laptop/virtualenv.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bashrc/node/laptop/virtualenv.sh')
-rw-r--r--bashrc/node/laptop/virtualenv.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/bashrc/node/laptop/virtualenv.sh b/bashrc/node/laptop/virtualenv.sh
index d0fe6a7..70b7ef8 100644
--- a/bashrc/node/laptop/virtualenv.sh
+++ b/bashrc/node/laptop/virtualenv.sh
@@ -4,6 +4,4 @@ if hash "virtualenvwrapper.sh" 2>/dev/null; then
if [ -e ${WORKON_HOME} ]; then
mkdir -p $WORKON_HOME
fi
-
- source $(which virtualenvwrapper.sh)
fi