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
Post a Comment