Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialerik oseland
357 PointsI am having trouble installing Awesome Print on my Ubuntu operating system.
I am having trouble installing Awesome Print on my Ubuntu operating system. I "sudo gem install awesome_print" just fine, but when I went into the IRB to require it, it returns a "==>false" to me everytime. Could someone please help me?
1 Answer
Milo Winningham
Web Development Techdegree Student 3,317 PointsWhat happens when you try to actually use Awesome Print? This doesn't sound like an error to me.
The Ruby documentation says that require
returns true
if the file was loaded for the first time, or false
if the file was already loaded. If Ruby couldn't find the file, you would get a LoadError
.