Mislav Marohnić
Mislav Marohnić
Thanks for reporting! This is really a nasty issue 😞 I'm not sure how we can improve the shell detection to avoid this.
Closing as stale. I don't know the solution, and we already have a workaround (always specify the shell).
Plugins are literally listed as a feature in the 4th paragraph of README with a link to [this comprehensive wiki article](https://github.com/sstephenson/rbenv/wiki/Plugins). What more could you want? If there was an...
This issue is still open and I'm :+1: for the idea of the `plugin` subcommand.
Closing as stale
The installation [instructions say this](https://github.com/rbenv/rbenv#basic-github-checkout): > 3\. Set up rbenv in your shell. > > $ ~/.rbenv/bin/rbenv init > Follow the printed instructions > > 4\. Restart your shell so...
@crowbar27 Thanks for the thoughtful reply. Reopening this issue to serve as a TODO item for improving the docs around this
@ajtran303 Sorry you're having trouble! 1. When you open a new shell/terminal window and do `echo $PATH`, do you see rbenv having inserted the shims path? 2. Do you have...
``` # Load rbenv automatically by appending # the following to ~/.zshrc: eval "$(rbenv init - zsh)" ``` @jpeters-ml Have you followed these instructions and added the "eval" line to...
@tuffylock The `eval` step in your shell initialization file will add the `shims` directory to your PATH, in addition to doing some other shell setup. That's why it's usually not...