installation - Local install of sqlite3-ruby -


on current system dont have root-access , want install sqlite3-ruby. can compile , know how set custom install-folder, how ruby-installation can recognize/find installed gem usage?

i tried prefix of custom rubylib-folder didnt work either.

any suggestions?

thanks skully

by default, if don't have root access, rubygems tries install gem in home directory, within ~/.gem directory. type

$ gem install sqlite3-ruby 

Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -