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

Added support for bootstrapping with specific toolchain version #606

Merged
merged 4 commits into from Feb 7, 2024

Conversation

mitsuhiko
Copy link
Collaborator

This is a pretty messy change that changes how bootstrapping can work. This in reference to #605

The motivation here is that a user can bootstrap rye and point it to a specific Python version. Today this already works with RYE_TOOLCHAIN to a toolchain that is available on the file system. However this now also adds RYE_TOOLCHAIN_VERSION which registers a specific toolchain rather than the current latest version. This only allows a toolchain to be registered that is compatible with the version range supported by the system.

curl -sSf https://rye-up.com/get | RYE_TOOLCHAIN_VERSION="3.9" RYE_INSTALL_OPTION="--yes" bash

@mitsuhiko mitsuhiko merged commit f1b61b3 into main Feb 7, 2024
12 checks passed
@mitsuhiko mitsuhiko deleted the feature/new-bootstrap branch February 7, 2024 23:10
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