[issue16255] subrocess.Popen needs /bin/sh but Android only has /system/bin/sh

Roumen Petrov report at bugs.python.org
Wed Oct 17 00:31:07 CEST 2012


Roumen Petrov added the comment:

...Applications should note that the standard PATH to the shell cannot be assumed to be either /bin/sh or /usr/bin/sh, and should be determined by interrogation of the PATH returned by getconf PATH , ensuring that the returned pathname is an absolute pathname and not a shell built-in....

----------
nosy: +rpetrov

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16255>
_______________________________________


More information about the Python-bugs-list mailing list