Skip to content

Commit 0f6221c

Browse files
committed
Update a setup script
1 parent 502f4f6 commit 0f6221c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

virtualenv_install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
[[ $0 != "$BASH_SOURCE" ]] && sourced=1 || sourced=0
88
if [ $sourced = 1 ]
99
then
10+
python3 -m pip install --upgrade pip
1011
python3 -m pip install virtualenvwrapper --force-reinstall
1112
export WORKON_HOME=$HOME/.virtualenvs
1213
source `which virtualenvwrapper.sh`

0 commit comments

Comments
 (0)