-
Notifications
You must be signed in to change notification settings - Fork 321
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
Consider to use a tool like mise
(formerly rtx
) or vfox
to install tools in specific versions
#5097
Comments
asdf
to install tools in specific versions at runtimeasdf
to install tools in specific versions
Looks like |
And even with asdf-vm/asdf#757, plugin authors barely provide a |
And because the setup of plugins is so cumbersome, the asdf-community has started to create Docker images for tool sets: https://github.com/asdf-community/asdf-ubuntu |
After some evaluations, I do not consider |
Reopening as it might be worth looking at the |
asdf
to install tools in specific versionsasdf
/ rtx
to install tools in specific versions
asdf
/ rtx
to install tools in specific versionsmise
(formerly rtx
) or vfox
to install tools in specific versions
For reference, Other alternatives: |
For example for analyzing Python projects, sometimes a specific version of Python is required, which might not match what is available in the Docker image / on the system. Instead of e.g. building Docker images with configurable Python versions, we could also consider to install the required version of Python at runtime of (maybe as configured in a project's
.ort.yml
). While tools likepyenv
exist to do that for Python, maybe using a generic tool like asdf for that purpose would make things cleaner.The text was updated successfully, but these errors were encountered: