You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ curl -sSf https://rye.astral.sh/get | bash
This script will automatically download and install rye (latest) for you.
######################################################################## 100.0%
Welcome to Rye!
This installer will install rye to /home/user/.rye
This path can be changed by exporting the RYE_HOME environment variable.
Details:
Rye Version: 0.42.0
Platform: linux (x86_64)
✔ Continue? · yes
✔ What should running `python` or `python3` do when you are not inside a Rye managed project? · Run the old default Python (provided by your OS, pyenv, etc.)
Installed binary to /home/user/.rye/shims/rye
Bootstrapping rye internals
Downloading [email protected]
Checking checksum
Unpacking
Downloaded [email protected]
Updated self-python installation at /home/user/.rye/self
The rye directory /home/user/.rye/shims was not detected on PATH.
It is highly recommended that you add it.
✔ Should the installer add Rye to PATH via .profile? · yes
Added to PATH.
note: for this to take effect you will need to restart your shell or run this manually:
source "$HOME/.rye/env"
For more information read https://rye.astral.sh/guide/installation/
All done!
I have performed the installation twice from the same snapshot. The result can be reproduced.
Steps to Reproduce
Installing rye:
I have performed the installation twice from the same snapshot. The result can be reproduced.
Expected Result
end of ~/.profile:
Actual Result
end of ~/.profile:
Version Info
Stacktrace
No response
The text was updated successfully, but these errors were encountered: