Skip to content

Commit 2bf5e03

Browse files
committed
Merge pull request kivy#338 from jasonxunxu/clean-venv-pythonpath
Fix issue kivy#337
2 parents 1c32296 + dec66fe commit 2bf5e03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distribute.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ function run_pymodules_install() {
761761
done
762762

763763
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"
764+
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"
765765

766766
}
767767

0 commit comments

Comments
 (0)