Skip to content

use python version define in PY_BIN if it exists#207

Open
hoexter wants to merge 1 commit intofboender:masterfrom
hoexter:allow-definition-of-python
Open

use python version define in PY_BIN if it exists#207
hoexter wants to merge 1 commit intofboender:masterfrom
hoexter:allow-definition-of-python

Conversation

@hoexter
Copy link
Copy Markdown

@hoexter hoexter commented Sep 25, 2019

Check if we've an executable file provided in an env var called
PY_BIN. If that's the case make it the first choice for the
validation of the python version requirements.
As a fallback populate the list of python options to try with
all python and python3 versions we can find in the PATH
of the environment.

Check if we've an executable file provided in an env var called
`PY_BIN`. If that's the case make it the first choice for the
validation of the python version requirements.
As a fallback populate the list of python options to try with
all `python` and `python3` versions we can find in the `PATH`
of the environment.
@hoexter
Copy link
Copy Markdown
Author

hoexter commented Sep 25, 2019

Hi @fboender,
this is my somewhat naive approach to tackle the issue described in #189. Variable names are kind of arbitrarily chosen.

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.

1 participant