ruby - Rails 4: rbenv & rvm clash, following tutorial -


when first started, installed rails rbenv and, through time, created few apps. have not had touch rbenv, never had problem, yet never had chance know it.

i decided run through "learn ruby on rails" tutorial daniel kehoe. in chapters dealing installation, has download rvm project-specific gemset using following command:

$ rvm use ruby-2.1.1@learn-rails --create $ gem install rails 

will still able download specific gemset using rbenv instead? if so, command , how go this?

on side note, there great beginner tutorials using rbenv?

you shouldn't install rvm , rbenv side-by-side. can interfere 1 another. recommend doing instead ignoring rvm + gemset section , continuing on guide using rbenv.


Comments

Popular posts from this blog

php - Submit Form Data without Reloading page -

linux - Rails running on virtual machine in Windows -

php - $params->set Array between square bracket -