Skip to content

Commit 17a9082

Browse files
committed
Update virtualenv install scripts
1 parent 06f8a17 commit 17a9082

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

virtualenv_install.sh

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
if [ $sourced = 1 ]
99
then
1010
python3 -m pip install --upgrade pip
11+
python3 -m pip install --upgrade wheel
1112
python3 -m pip install virtualenvwrapper --force-reinstall
1213
export WORKON_HOME=$HOME/.virtualenvs
1314
source `which virtualenvwrapper.sh`

win_virtualenv.bat

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
:: virtualenv commands such as "mkvirtualenv [ENV_NAME]"
44
:: for creating and using Python virtual environments.
55

6+
py -m pip install --upgrade pip --user
7+
py -m pip install --upgrade wheel --user
68
py -m pip install virtualenvwrapper-win --force-reinstall --user
79
echo:
810
echo:

0 commit comments

Comments
 (0)