I just installed Ruby Version Manager (RVM) which is working fine but it asked me to put the following line in my /.bash_profile and ~/.bashrc files:
I\'m trying to get a compile command (rake cucumber) to run with a specific ruby version on my Mac OS X system, I use rvm to do this currently in the terminal. My ~/.MacOSX/environment.plist has the c
I\'ve installed ruby-1.8.6-p383 with RVM. System ruby is 1.9.1_p378-1 I\'m getting the wrong date from Date.today and DateTime.now when 开发者_高级运维using ruby 1.8.. Whereas Time.now is correct:
I just installed RVM and it seems the cd command is taking an extra couple of seconds, why is this happening? Is there any wa开发者_JAVA技巧y to fix this? This has been resolved in 0.1.39 and later ve
Does anybody know how I can tell capistrano to use my default rvm version of ruby for on the server I am pushing to. It insists on us开发者_Python百科ing the system version.