Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在开发一个需要 ubuntu 11.04 上的 rackup 命令的项目,但我收到一个错误:-bash: rackup: command not found. 我已经安装了 rails 和 rack ruby gems。
-bash: rackup: command not found
对此的任何帮助都会很棒!
如果您使用的是 bundler,那么也许您需要使用 bundle exec
bundle exec rackup
看起来rackup真的是rackup1.8。之后问题就解决了!任何遇到类似问题的人,一定要尝试 rackup[version] 和 rackup。