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