mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +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.ps3name = 'pysetup3'
|
||||||
self.lib = ('lib', 'python%s' % sys.version[:3])
|
self.lib = ('lib', 'python%s' % sys.version[:3])
|
||||||
self.include = 'include'
|
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__']
|
executable = os.environ['__PYTHONV_LAUNCHER__']
|
||||||
else:
|
else:
|
||||||
executable = sys.executable
|
executable = sys.executable
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue