我正在尝试设置一个Rails服务器来运行我刚刚在运行SME Server 7.4的盒子上写的应用程序。
我已经安装了curl
,zlib
和readline
,但是当我运行rvm
脚本时,我得到了这个输出:
$ bash < <(curl -sk https://rvm.beginrescueend.com/install/rvm)
Cloning into rvm...
remote: Counting objects: 4757, done.
remote: Compressing objects: 100% (2427/2427), done.
remote: Total 4757 (delta 3082), reused 3183 (delta 1672)
Receiving objects: 100% (4757/4757), 1.57 MiB | 1.54 MiB/s, done.
Resolving deltas: 100% (3082/3082), done.
bash: line 298: syntax error near unexpected token `"--trace"'
知道可能导致这种情况的原因吗?
答案 0 :(得分:4)
我明白了。
原来我正在运行一个超级旧版本的bash
。安装4.2修复此问题,并完美安装RVM。
为了记录,RVM需要bash
v3.2或更高版本。