mac 上的 rbenv 安装在哪里?

Where is rbenv installed on mac?

我正在尝试卸载 mac 上的 rbenv,但无法确定它的安装位置。我卡在 https://github.com/sstephenson/rbenv#uninstalling-rbenv 的第 2 步。我想我用自制软件来安装 rbenv。

请注意第2步命令中的引号是反引号(在键盘上是tab键右上方的键),不是引号。

`rbenv root`  # this command will return the root directory where rbenv installed.
rm -rf `rbenv root`  # this will uninstall rbenv completed.