Commit 0378bbb4 authored by Kenneth Reitz's avatar Kenneth Reitz

profile.d

parent bccec5ce
...@@ -146,6 +146,7 @@ HEROKU_DIR_STATUS=$? ...@@ -146,6 +146,7 @@ HEROKU_DIR_STATUS=$?
# } # }
set -e set -e
mkdir -p .profile.d
# ### Virtualenv Setup # ### Virtualenv Setup
# #
...@@ -167,7 +168,7 @@ OUT=$(virtualenv --python $PYTHON_EXE --distribute --never-download --prompt='(v ...@@ -167,7 +168,7 @@ OUT=$(virtualenv --python $PYTHON_EXE --distribute --never-download --prompt='(v
fi fi
for dir in $VIRTUALENV_DIRS; do for dir in $VIRTUALENV_DIRS; do
rm -fr $dir &> /dev/null || true rm -fr $dir &> /dev/null || true
done done
OUT=$(virtualenv --python $PYTHON_EXE --distribute --never-download --prompt='(venv) ' $VIRTUALENV_LOC ) OUT=$(virtualenv --python $PYTHON_EXE --distribute --never-download --prompt='(venv) ' $VIRTUALENV_LOC )
} }
echo "$OUT" | indent echo "$OUT" | indent
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment