I'm relatively new to Ruby on Rails.
I have a problem while trying to run the application. I get the following error message:
* ERROR * : cannot execute / usr / local / rvm / wrappers / ruby -1.8.7-p174@soda / ruby: there is no such file or directory (2)
It's true; there is no such directory. There is a file called /usr/local/rvm/wrappers/ ruby-1.8.7-p174@DACE /ruby - this is exactly the file I want to use.
As I understand it, the .rvmrc file indicates the directory for the gem file. In this case, however, .rvmrc has the following meaning:
rvm --create use " ruby-1.8.7-p174@DACE "
In addition, rvm info statuses that /usr/local/rvm/gems/ ruby-1.8.7-p174@DACE are actually a precious gem.
So why does he think he should look for this nonexistent path?
Thanks in advance Tim
source share