We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37c6d9d commit e3650d7Copy full SHA for e3650d7
pythonforandroid/recipe.py
@@ -774,6 +774,9 @@ def folder_name(self):
774
775
def get_recipe_env(self, arch=None, with_flags_in_cc=True):
776
env = super(PythonRecipe, self).get_recipe_env(arch, with_flags_in_cc)
777
+
778
+ env['PYTHONNOUSERSITE'] = '1'
779
780
if not self.call_hostpython_via_targetpython:
781
hppath = []
782
hppath.append(join(dirname(self.hostpython_location), 'Lib'))
0 commit comments