Ryeのインストール
code:memo
This script will automatically download and install rye (latest) for you.
######################################################################## 100.0%
Welcome to Rye!
This installer will install rye to /home/pogin503/.rye
This path can be changed by exporting the RYE_HOME environment variable.
Details:
Rye Version: 0.34.0
Platform: linux (x86_64)
✔ Continue? · yes
✔ Select the preferred package installer · uv (fast, recommended)
✔ 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 /home/pogin503/.rye/shims/rye
Bootstrapping rye internals
Fetching requested internal toolchain 'cpython@3.12.3'
Downloading cpython@3.12.3
Checking checksum
Unpacking
Downloaded cpython@3.12.3
Updated self-python installation at /home/pogin503/.rye/self
The rye directory /home/pogin503/.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 fish, run this once instead:
set -Ua fish_user_paths "$HOME/.rye/shims"
All done!
$ rye self completion -s fish > ~/.config/fish/completions/rye.fish