We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdea582 commit 39ae59dCopy full SHA for 39ae59d
python-setup/install_tools.sh
@@ -15,7 +15,7 @@ python3 -m pip install --user --upgrade pip setuptools wheel
15
16
# virtualenv is a bit nicer for setting up virtual environment, since it will provide up-to-date versions of
17
# pip/setuptools/wheel which basic `python3 -m venv venv` won't
18
-python3 -m pip install --user virtualenv
+python3 -m pip install --user 'virtualenv<20.11'
19
20
# We install poetry with pip instead of the recommended way, since the recommended way
21
# caused some problem since `poetry run` gives output like:
0 commit comments