Open tats-u opened 5 months ago
Bash doesn't load .profile
while .bash_profile
or .bash_login
exists.
I think Zsh neither (.zprofile
instead)
If the installer find .bash_profile
, .bash_login
, or .zprofile
, it should edit them, too. (or only them)
Offending parts:
Steps to Reproduce
.bash_profile
or.bash_login
(Bash) or.zprofile
(Zsh)curl -sSf https://rye.astral.sh/get | bash
Should the installer add Rye to {} via .profile?
→y
.profile
has been editedwhich rye
Expected Result
Rye's path is shown
Actual Result
Command 'rye' not found, did you mean:
Version Info
Today (https://rye.astral.sh/get) Ubuntu 22.04 WSL
Stacktrace
No response