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.
2 parents 1c32296 + dec66fe commit 2bf5e03Copy full SHA for 2bf5e03
distribute.sh
@@ -761,7 +761,7 @@ function run_pymodules_install() {
761
done
762
763
debug "Install pure-python modules via pip in venv"
764
- 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"
765
766
}
767
0 commit comments