We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06f8a17 commit 17a9082Copy full SHA for 17a9082
virtualenv_install.sh
@@ -8,6 +8,7 @@
8
if [ $sourced = 1 ]
9
then
10
python3 -m pip install --upgrade pip
11
+ python3 -m pip install --upgrade wheel
12
python3 -m pip install virtualenvwrapper --force-reinstall
13
export WORKON_HOME=$HOME/.virtualenvs
14
source `which virtualenvwrapper.sh`
win_virtualenv.bat
@@ -3,6 +3,8 @@
3
:: virtualenv commands such as "mkvirtualenv [ENV_NAME]"
4
:: for creating and using Python virtual environments.
5
6
+py -m pip install --upgrade pip --user
7
+py -m pip install --upgrade wheel --user
py -m pip install virtualenvwrapper-win --force-reinstall --user
echo:
0 commit comments