Skip to content

Commit cae18c3

Browse files
committed
init
1 parent fe80235 commit cae18c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pythonforandroid/recipes/hostpython3/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,10 +170,10 @@ def build_arch(self, arch):
170170
self.ctx.hostpython = self.python_exe
171171

172172
if build_configured:
173-
173+
# , "PATH": self.local_bin
174174
shprint(
175175
sh.Command(self.python_exe), "-m", "ensurepip", "--root", self.site_root, "-U",
176-
_env={"HOME": "/tmp", "PATH": self.local_bin}
176+
_env={"HOME": "/tmp"}
177177
)
178178

179179

0 commit comments

Comments
 (0)