rackup: command not found

11,472

Solution 1

Looks like rackup was really rackup1.8. Problem was solved right after that! Anybody who runs into a similar issue, be sure to try rackup[version] along with just rackup.

Solution 2

if you're using bundler then perhaps you need to use bundle exec

bundle exec rackup
Share:
11,472
Zachary Christopoulos
Author by

Zachary Christopoulos

Updated on June 17, 2022

Comments

  • Zachary Christopoulos
    Zachary Christopoulos almost 2 years

    I am currently working on a project that requires the rackup command on ubuntu 11.04, but I am getting an error: -bash: rackup: command not found. I have installed both the rails and rack ruby gems.

    Any help with this would be awesome!

  • Zachary Christopoulos
    Zachary Christopoulos almost 12 years
    Just throwing this error when I try that: -bash: bundle: command not found
  • Wasif Hyder
    Wasif Hyder almost 7 years
    @ZacharyChristopoulos - Have you checked whether the Gemfile exists?