-
Notifications
You must be signed in to change notification settings - Fork 0
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
make_tom should not default to a python version not supported by TOM Toolkit. #5
Comments
when asked the question about what python to use, I get the following:
It would be nice if I could request a different python VERSION rather than a different python PATH. |
If the script asked for a Python VERSION rather than a PATH, it would have to assume the burden of finding the executable of the that Python, and I'd rather the user (who has the knowledge) assume that burden. |
My issue is the default behavior that the script has when the local version of python is not compatible with TOM Toolkit. Basically we could try python versions until we find a compatible one. If they don't have one in their path, the install would fail anyway. |
Currently this defaults to the most recent python version (python 3.12) which is unsupported by TomToolkit
The text was updated successfully, but these errors were encountered: