Skip to content

Commit 9704e50

Browse files
committed
Update virtualenv setup script
1 parent 42ce091 commit 9704e50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

virtualenv_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ if [ $sourced = 1 ]
99
then
1010
python -m pip install --upgrade virtualenv
1111
python -m pip install --upgrade virtualenvwrapper
12-
source `which virtualenvwrapper.sh`
1312
export WORKON_HOME=$HOME/.virtualenvs
13+
source `which virtualenvwrapper.sh`
1414
echo ""
1515
echo ""
1616
echo "*** You may now use virtualenv commands in your command shell. ***"

0 commit comments

Comments
 (0)