Re: [twitter-dev] Re: Install twurl without root access?

2010-10-04 Thread TJ Luoma
The key to getting this to work is making sure that GEM_HOME is set to somewhere you have write access too: Here is it failing: $> gem install twurl ERROR: While executing gem ... (Gem::FilePermissionError) You don't have write permissions into the /usr/lib/ruby/gems/1.8 directory. [1]92

Re: [twitter-dev] Re: Install twurl without root access?

2010-08-30 Thread Matt Harris
You should be able to install gems to your local user folder by running 'gem install'. The only other thing you would then need to do, as @epc says, is to add twurl either to you path variable or as an alias to it's actual location. Best, Matt On Fri, Aug 27, 2010 at 10:02 PM, @epc wrote: > I kn