We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
rye toolchain fetch 3.13
rye toolchain register -- "/local/path/to/3.13t"
Both versions can be fetched/registed side-by-side.
fetch
register
error: target Python path ~/.rye/py/[email protected] is already in use
It seems that rye's autodetect does not have support for detecting 3.13t as a distinct version from 3.13.
3.13t
3.13
rye 0.41.0 commit: unknown (d92f67d 2024-10-17) platform: linux (x86_64) self-python: [email protected] symlink support: true uv enabled: true
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps to Reproduce
rye toolchain fetch 3.13
rye toolchain register -- "/local/path/to/3.13t"
Expected Result
Both versions can be fetched/registed side-by-side.
Actual Result
fetch
on step 2, nothing happens.register
, you get an error saying thaterror: target Python path ~/.rye/py/[email protected] is already in use
.It seems that rye's autodetect does not have support for detecting
3.13t
as a distinct version from3.13
.Version Info
rye 0.41.0
commit: unknown (d92f67d 2024-10-17)
platform: linux (x86_64)
self-python: [email protected]
symlink support: true
uv enabled: true
Stacktrace
No response
The text was updated successfully, but these errors were encountered: