Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

rackup: command not found

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!

like image 398
Zachary Christopoulos Avatar asked Jun 26 '12 07:06

Zachary Christopoulos


1 Answers

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

bundle exec rackup
like image 83
Michał Szajbe Avatar answered Sep 19 '22 11:09

Michał Szajbe