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 e1b31ed commit 3e9f2c6Copy full SHA for 3e9f2c6
local/install_python_deps_linux.bash
@@ -16,7 +16,7 @@
16
17
# Setup pipenv and install python dependencies.
18
echo If this fails, you may need to build older Python from source
19
-$PYTHON -m pip install --user pipenv==2023.12.1
+$PYTHON -m pip install --user pipenv==2022.8.5
20
if $PYTHON -m pipenv --venv > /dev/null 2>&1; then
21
# Remove existing pipenv virtual environment.
22
$PYTHON -m pipenv --rm
0 commit comments