This script will automatically download and install rye (latest) for you. ######################################################################## 100.0% Welcome to Rye!
This installer will install rye to /Users/achao/.rye This path can be changed by exporting the RYE_HOME environment variable.
✔ Continue? · yes ✔ What should running `python` or `python3` do when you are not inside a Rye managed project? · Run a Python installed and managed by Rye ✔ Which version of Python should be used as default toolchain? · cpython@3.12 Installed binary to /Users/achao/.rye/shims/rye Bootstrapping rye internals Fetching requested internal toolchain 'cpython@3.12.6' Downloading cpython@3.12.6 Checking checksum Unpacking Downloaded cpython@3.12.6 Updated self-python installation at /Users/achao/.rye/self
The rye directory /Users/achao/.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"
To make it work with zsh, you might need to add this to your .zprofile:
source"$HOME/.rye/env"
For more information read https://rye.astral.sh/guide/installation/