ruby - Create RVM installation on single user that is in sudo group -


i on sudo group in linux. believe rvm package working lives in root directory. currently, if bundle, tries install gems in rvm package living in root directory, , hence permission errors. if try doing sudo bundle, somehow seem switch older version of ruby, , bundle fails.

i to:

  • get sudo use newer version of ruby
  • have user specific rvm folder

how can achieve this?

thanks!

if want start scratch can use:

rvm implode sudo rvm implode 

implode - (seppuku) removes rvm installation completely. means in $rvm_path (~/.rvm || /usr/local/rvm). not touch profiles. however, means must manually clean profiles , remove lines s


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

jquery - How would i go about shortening this code? And to cancel the previous click on click of new section? -