I updated my ruby/rails stack this morning on my mac os x 10.4.9
machine. Now I'm having a problem intalling gems. I get the following
error while trying to install a gem
···
****
ERROR: While executing gem ... (ArgumentError)
install directory "/usr/local//lib/ruby/gems/1.8/gems/hpricot-0.5"
not absolute
****
What's with the double slash after local? I'm sure that's not the problem but I'm just curious =)
···
On May 28, 2007, at 11:30 AM, Craig Jolicoeur wrote:
I updated my ruby/rails stack this morning on my mac os x 10.4.9
machine. Now I'm having a problem intalling gems. I get the following
error while trying to install a gem
****
ERROR: While executing gem ... (ArgumentError)
install directory "/usr/local//lib/ruby/gems/1.8/gems/hpricot-0.5"
not absolute
****
What's with the double slash after local? I'm sure that's not the
problem but I'm just curious =)
I noticed that myself and thought it might be the problem but I'm not
really sure. I can addess that directory fine with or without the
slash so I don't really think thats the issue, but I don't know why its
like that.