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.
我已经在运行 Mac OS X 10.8.3 的机器上从 tcsh shell 安装了 RVM。我正在尝试运行:source ~/.rvm/scripts/rvm在终端中,我得到一个Badly placed ()'s错误。
source ~/.rvm/scripts/rvm
Badly placed ()'s
有什么建议吗?我看了看,这个 rvm 脚本确实存在于 .rvm/scripts 子文件夹中......
当rvm使用您定义为alias. 你能检查你的别名,它可能是 rvm 定义的函数名。
rvm
alias
错误不是来自 rvm 而是来自 shell。
当您使用 tcsh 时,可能与函数名称有一些冲突。尝试切换到bash然后执行相同的操作。
bash