I am currently trying to run 'bundle install' to install the git gem using the Gemfile and therefore use ruby ββ/ other ruby ββcommands without a package with the latest version of RVM (1.14.3).
I believe the cause of the problem is that the binder sets the git pearl to .rvm / gems / ruby-1.9.3-p194 @ something / bundler / gems, and all other gems are set to .rvm / gems / ruby-1.9.3-p194@something / gems. As a result, the "list of packages" shows a gem, but the "list of gems" does not work.
Any thoughts here? I would prefer not to use the package to accomplish everything.
source share