简体   繁体   English

Ubuntu 11.10 RVM安装错误

[英]Ubuntu 11.10 RVM Installation Error

On a fresh Rackspace instance, I try installing RVM with this: 在新的Rackspace实例上,我尝试使用以下方法安装RVM:

bash -s stable < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer)

Then it gives me this error: -sh: Syntax error: redirection unexpected 然后它给了我这个错误:-sh:语法错误:重定向意外

I've seen fixes with "source ~/.bash_profile", but that gives me another error "-sh: source: not found" 我已经看到“源〜/ .bash_profile”的修复程序,但这给了我另一个错误“ -sh:源:找不到”

Why don't you do it the intuitive way: 您为什么不以直观的方式进行操作:

wget https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer
chmod +x ./rvm-installer
bash ./rvm-installer

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM