8000
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 b3ac38a + d623382 commit 7bcdbbdCopy full SHA for 7bcdbbd
pythonforandroid/recipes/hostpython3/patches/pyconfig_detection.patch
@@ -7,7 +7,7 @@ diff -Nru Python-3.8.2/Lib/site.py Python-3.8.2-new/Lib/site.py
7
elif key == 'home':
8
- sys._home = value
9
+ # this is breaking pyconfig.h path detection with venv
10
-+ print('Ignoring "sys._home = value" override')
++ print('Ignoring "sys._home = value" override', file=sys.stderr)
11
12
sys.prefix = sys.exec_prefix = site_prefix
13
0 commit comments