This forum is now read-only. Please use our new forums! Go to forums

0 points
Submitted by Greg Mayer
over 10 years

Works on codeacademy, doesn't work on my machine

I was able to pass Exercise 1 on codeacademy. When I try the same code on my machine I receive the following error:

/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require’: no such file to load – oauth (LoadError)

This means I haven’t installed the oauth gem thing, right?

Answer 51dcc5057c82ca9171001af9

0 votes

Permalink

Yep, that’s all it was. I typed this

sudo gem install oauth

on the mac terminal command line. Code for exercise 1 now works on my machine. Awesome.

points
Submitted by Greg Mayer
over 10 years