Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use python version define in PY_BIN if it exists #207

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hoexter
Copy link

@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
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.

None yet

1 participant