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 b94366b commit 5ad52b3Copy full SHA for 5ad52b3
.evergreen/scripts/run-mod-wsgi-tests.sh
@@ -19,7 +19,10 @@ PYTHON_VERSION=$(${PYTHON_BINARY} -c "import sys; sys.stdout.write('.'.join(str(
19
20
# Use the installed venv.
21
source .venv/bin/activate
22
+which pip
23
+pip --version
24
pip install -U pip
25
26
python -m pip install -v -e .
27
28
export MOD_WSGI_SO=/opt/python/mod_wsgi/python_version/$PYTHON_VERSION/mod_wsgi_version/$MOD_WSGI_VERSION/mod_wsgi.so
0 commit comments