mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Fixed typo.
This commit is contained in:
parent
382a7c0180
commit
ef4c5010e4
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ class BaseTest(unittest.TestCase):
|
|||
self.ps3name = 'pysetup3'
|
||||
self.lib = ('lib', 'python%s' % sys.version[:3])
|
||||
self.include = 'include'
|
||||
if sys.platform == 'darwin' and '__PYTHONV_LAUNCHER__' in env:
|
||||
if sys.platform == 'darwin' and '__PYTHONV_LAUNCHER__' in os.environ:
|
||||
executable = os.environ['__PYTHONV_LAUNCHER__']
|
||||
else:
|
||||
executable = sys.executable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue