Hacker News new | past | comments | ask | show | jobs | submit login

As a Mac user, I'd be interested if you could add:

* Installation through Homebrew * Plugin for Oh My Zsh!




Rye installs as a shell script you pipe to bash

curl -sSf https://rye.astral.sh/get | bash

(I believe this downloads the correct binary for you. Rye is a single binary built in rust but it will also download a version of Python to use for some operations) or you can download a zipped tar file from https://rye.astral.sh/guide/installation/#installing-rye

https://rye.astral.sh/guide/installation/#add-shims-to-path Oh-My-Zsh:

mkdir $ZSH_CUSTOM/plugins/rye rye self completion -s zsh > $ZSH_CUSTOM/plugins/rye/_rye

Then make sure rye plugin is enabled in ~/.zshrc

I think the ZSH_CUSTOM would be your ohmyzsh folder


I am starting to wonder if I’m the only one that just types “brew install NameOfThatThingTheyWantMeToPipeInFromCurl” into my terminal as a reflex.

It’s already available: https://formulae.brew.sh/formula/rye#default




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: