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.
PYTHONPATH
1 parent a16427e commit dec66feCopy full SHA for dec66fe
distribute.sh
@@ -743,7 +743,7 @@ function run_pymodules_install() {
743
done
744
745
debug "Install pure-python modules via pip in venv"
746
- try bash -c "source venv/bin/activate && env CC=/bin/false CXX=/bin/false pip install --target '$SITEPACKAGES_PATH' --download-cache '$PACKAGES_PATH' -r requirements.txt"
+ try bash -c "source venv/bin/activate && env CC=/bin/false CXX=/bin/false PYTHONPATH= pip install --target '$SITEPACKAGES_PATH' --download-cache '$PACKAGES_PATH' -r requirements.txt"
747
748
}
749
0 commit comments