Skip to content

Tag Archives: root

Installing Ruby Gems as a non-root user

31-May-10

Information from How to install gems when you’re not root as recorded in Google’s cache (site appears to be down from here, perhaps permanently). Set the GEM_PATH environment variable: When installing gems, use the “-i” flag: You may wish to add ~/gems/bin to your shell’s path.