I come to the world (re: rbenv), but I am very upset with rvm and .rvmrc. I continue to run into problems when I am nested in the project folder only to find that my ruby ββand gemset environment is not installed correctly. So can someone tell me once and for all how to create the right .rvmrc for my project.
I tried both methods that I know of:
- creating .rvmrc and setting 'rvm use 1.9.2@GEMSET ' there (this sometimes doesnβt work sometimes)
- using the rvm command line tool --create --rvmrc 1.9.2@GEMSET , which creates more ellaborate.rvmrc, but cd'ing in my project folder still does not give me the desired result.
This problem is unsustainable. I will say that I am working on two different machines and synchronize the project folder through Dropbox. So could this be a problem when rvm cannot check the folder and therefore ignores .rvmrc?
Any help would be greatly appreciated.
Etienne
source share