按照说明这里,手动操作一切正常。但是,当我使用 Bash 脚本中的指令时,我得到了错误,rbenv command not found
因为source ~/.bashrc
没有正确执行。发生了什么事?感觉我以前在其他事情上遇到过这种情况……
*执行位已设置,运行 dos2unix,并且位于#!/bin/bash
顶部。
#!/bin/bash
git clone https://github.com/rbenv/rbenv.git ~/.rbenv
echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bashrc
echo 'eval "$(rbenv init -)"' >> ~/.bashrc
source ~/.bashrc
git clone https://github.com/rbenv/ruby-build.git ~/.rbenv/plugins/ruby-build
rbenv install 2.3.1