File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ py -3 -m pip install --user --upgrade pip setuptools wheel
5
5
6
6
# virtualenv is a bit nicer for setting up virtual environment, since it will provide up-to-date versions of
7
7
# pip/setuptools/wheel which basic `python3 -m venv venv` won't
8
- py -2 - m pip install -- user virtualenv
9
- py -3 - m pip install -- user virtualenv
8
+ py -2 - m pip install -- user ' virtualenv<20.11 '
9
+ py -3 - m pip install -- user ' virtualenv<20.11 '
10
10
11
11
# poetry 1.0.10 has error (https://github.com/python-poetry/poetry/issues/2711)
12
12
py -3 - m pip install -- user poetry! = 1.0 .10
13
- py -3 - m pip install -- user pipenv
13
+ py -3 - m pip install -- user pipenv
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ python3 -m pip install --user --upgrade pip setuptools wheel
15
15
16
16
# virtualenv is a bit nicer for setting up virtual environment, since it will provide up-to-date versions of
17
17
# pip/setuptools/wheel which basic `python3 -m venv venv` won't
18
- python3 -m pip install --user virtualenv
18
+ python3 -m pip install --user ' virtualenv<20.11 '
19
19
20
20
# We install poetry with pip instead of the recommended way, since the recommended way
21
21
# caused some problem since `poetry run` gives output like:
@@ -35,5 +35,5 @@ if command -v python2 &> /dev/null; then
35
35
36
36
python2 -m pip install --user --upgrade pip setuptools wheel
37
37
38
- python2 -m pip install --user virtualenv
38
+ python2 -m pip install --user ' virtualenv<20.11 '
39
39
fi
You can’t perform that action at this time.
0 commit comments