ruby - When trying to run source ~/.rvm/scripts/rvm I get a "Badly Placed ()'s" error -
i have installed rvm on machine running mac os x 10.8.3 tcsh shell. trying run: source ~/.rvm/scripts/rvm
in terminal , badly placed ()'s
error.
any advice? looked , rvm script exist in .rvm/scripts subfolder....
this happens when rvm
defines function name have defined alias
. can check aliases can possibly function name rvm has defined.
the error not rvm shell.
as using tcsh, there might conflict function name. try switching bash
, executing same.
Comments
Post a Comment