0

I'm trying to run source /Users/alastair/.rvm/scripts/rvm, but keep getting:

Bad : modifier in $ (").

Where would the problem be? Happy to paste other files in if these would help.

4

1 回答 1

0

在任何情况下,您都在运行不是BashZSH的外壳吗?Bash >= 3.2.25或者ZSH >= 4.3.10是必需的。

您的问题看起来像您使用的是RVMsh不支持的简约外壳。

您可以检查用户 shell/etc/passwd并更改它chsh -s /path/to/new/shell- 允许的 shell 列表可用/etc/shells- 但请确保选择 Bash/ZSH,还请注意,像 sh->bash 这样的链接将不起作用,因为 bash 根据名称更改行为调用。

于 2012-10-09T20:12:15.247 回答