I it possible to install gems into custom directory (user dir)? There no any specific parameters in setup.rm I don''t wanna see unpackaged binaries into my Debian system ;) Or maybe someone can send me a link with .deb''s? Thanks in advance.
hey, they are packaged, but with gem and not with dpkg .. On 4/22/06, zven <zven@nm.ru> wrote:> > I it possible to install gems into custom directory (user dir)? There no > any specific parameters in setup.rm I don''t wanna see unpackaged > binaries into my Debian system ;) Or maybe someone can send me a link > with .deb''s? > > Thanks in advance. > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- Roberto Saccon -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060422/f99b6dec/attachment.html
zven wrote:> I it possible to install gems into custom directory (user dir)? There no > any specific parameters in setup.rm I don''t wanna see unpackaged > binaries into my Debian system ;) Or maybe someone can send me a link > with .deb''s? > > Thanks in advance.My prefered approach has been to build ruby from scratch in /usr/local and install gems there. It keeps all the locally installed componenets completely seperate from the distribution but still works exactly like everyone elses ruby install. -- Posted via http://www.ruby-forum.com/.
Michael Greenly wrote:> My prefered approach has been to build ruby from scratch in /usr/local > and install gems there. It keeps all the locally installed componenets > completely seperate from the distribution but still works exactly like > everyone elses ruby install.Here''s a howto I wrote for myself on my last Ubuntu install... it should be the same for debian. http://mgreenly.metaspot.net/?p=37 -- Posted via http://www.ruby-forum.com/.