Skip to content

[2.7] bpo-34530: Fix distutils find_executable() (GH-9049)#9058

Merged
vstinner merged 1 commit into
python:2.7from
vstinner:find_executable27
Sep 4, 2018
Merged

[2.7] bpo-34530: Fix distutils find_executable() (GH-9049)#9058
vstinner merged 1 commit into
python:2.7from
vstinner:find_executable27

Conversation

@vstinner

@vstinner vstinner commented Sep 4, 2018

Copy link
Copy Markdown
Member

distutils.spawn.find_executable() now falls back on os.defpath if the
PATH environment variable is not set.

(cherry picked from commit 3948719)

https://bugs.python.org/issue34530

distutils.spawn.find_executable() now falls back on os.defpath if the
PATH environment variable is not set.

(cherry picked from commit 3948719)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants