We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42ce091 commit 9704e50Copy full SHA for 9704e50
virtualenv_install.sh
@@ -9,8 +9,8 @@ if [ $sourced = 1 ]
9
then
10
python -m pip install --upgrade virtualenv
11
python -m pip install --upgrade virtualenvwrapper
12
- source `which virtualenvwrapper.sh`
13
export WORKON_HOME=$HOME/.virtualenvs
+ source `which virtualenvwrapper.sh`
14
echo ""
15
16
echo "*** You may now use virtualenv commands in your command shell. ***"
0 commit comments