Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 RVM 安装 Ruby 1.9.2,但运行此命令时出现以下错误rvm install 1.9.2:
rvm install 1.9.2
**-bash**: rvm_env_string: unbound variable Could not detect ruby version/name for installation, please be more specific.
很确定 RVM 正是基于该参数运行的,知道为什么 rvm_env_string 未绑定吗?
看起来你有:
set -o nounset
找到它并关闭它。
RVM1 与它不兼容,我将在 RVM2 上工作以在任何地方工作,并且始终保持相同。
也许你没有最新的 rvm?尝试:
rvm get latest
rvm implode