我尝试通过 ruby rbnev 安装 jekyll,将 open
~/.bash_profile
放入终端并在文本编辑器中输入 eval "$(rbenv init -bash)"
(这是其中唯一的内容)后,我关闭了所有内容并打开终端以查看上述错误消息-bash: rbenv: command not found
。没有 rbenv 命令起作用并且 gem install jekyll
会产生以下结果:
ERROR: While executing gem ... (Gem::FilePermissionError)
You don't have write permissions for the /Library/Ruby/Gems/2.6.0 directory.
我查遍了互联网,但找不到任何帮助。任何帮助将不胜感激!
我几乎尝试了一切。我已经被困在这个问题上20分钟了。我在“问题的细节”上详细描述了我的路径
你打错字了。
.bash_profile
中的行应该是:
eval "$(rbenv init - bash)"
^-- NOTE THE SPACE HERE