From: Brian Candler Newsgroups: comp.lang.ruby Subject: Re: Sinatra and Shotgun Gems Date: Fri, 1 Apr 2011 03:14:51 -0500 Organization: Service de news de lacave.net Lines: 25 Message-ID: <5d0d4571591430bbbfe6e58b941aff7a@ruby-forum.com> References: NNTP-Posting-Host: bristol.highgroove.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: talisker.lacave.net 1301645718 85111 65.111.164.187 (1 Apr 2011 08:15:18 GMT) X-Complaints-To: abuse@lacave.net NNTP-Posting-Date: Fri, 1 Apr 2011 08:15:18 +0000 (UTC) In-Reply-To: X-Received-From: This message has been automatically forwarded from the ruby-talk mailing list by a gateway at comp.lang.ruby. If it is SPAM, it did not originate at comp.lang.ruby. Please report the original sender, and not us. Thanks! For more details about this gateway, please visit: http://blog.grayproductions.net/categories/the_gateway X-Mail-Count: 380738 X-Ml-Name: ruby-talk X-Rubymirror: Yes X-Ruby-Talk: <5d0d4571591430bbbfe6e58b941aff7a@ruby-forum.com> Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.stben.net!talisker.lacave.net!lacave.net!not-for-mail Xref: x330-a1.tempe.blueboxinc.net comp.lang.ruby:2092 Ryan C. wrote in post #990276: > I have tried editing my gem paths, but that shouldn't be it since > sinatra works, right? How did you install sinatra? You might be using the native Debian package rather than the gem: $ apt-cache search sinatra libsinatra-ruby - Ruby web-development dressed in a DSL (Ruby 1.8 package) libsinatra-ruby-doc - Ruby web-development dressed in a DSL (documentation) libsinatra-ruby1.8 - Ruby web-development dressed in a DSL libsinatra-ruby1.9.1 - Ruby web-development dressed in a DSL in which case the gems dir may not in fact be on your search path. I suggest you try the following: export PATH=/var/lib/gems/1.8/bin:$PATH shotgun ...blah blah... -- Posted via http://www.ruby-forum.com/.