Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set the
RYE_HOME
env var to fix error setting up shell completion
Fixing: ``` 18.40 The rye directory /root/.rye/shims was not detected on PATH. 18.40 It is highly recommended that you add it. 18.40 Added to PATH. 18.40 note: for this to take effect you will need to restart your shell or run this manually: 18.40 18.40 source "$HOME/.rye/env" 18.40 18.40 To make it work with zsh, you might need to add this to your .zprofile: 18.40 18.40 source "$HOME/.rye/env" 18.40 18.40 For more information read https://rye.astral.sh/guide/installation/ 18.40 18.40 All done! 18.41 Activating bash completion for 'rye' 18.41 ./install.sh: 14: rye: not found 18.41 ERROR: Feature "Rye" (ghcr.io/e-gineering/devcontainer-features/rye) failed to install ```
- Loading branch information