我想使用Aptana Studio 3内置的终端。我在iTerm2 / Terminal上配置了所有内容。我正在开发一个Rails项目。我执行以下操作以使服务器运行。
在Aptana航站楼:
$ rails s
Could not find pg-0.17.1 in any of the sources
Run `bundle install` to install missing gems.
在常规终端或iTerm2上:
~ rails s
=> Booting WEBrick
=> Rails 4.0.0 application starting in development on http://0.0.0.0:3000
=> Run `rails server -h` for more startup options
=> Ctrl-C to shutdown server
[2014-08-12 16:15:17] INFO WEBrick 1.3.1
[2014-08-12 16:15:17] INFO ruby 2.0.0 (2013-11-22) [x86_64-darwin13.2.0]
[2014-08-12 16:15:17] INFO WEBrick::HTTPServer#start: pid=2612 port=3000
两个终端都在同一工作目录中。我可以在Aptana终端上做bundle install
,但这是一连串的错误。我和iTerm2和终端有类似的情况,但这是一个非常漫长而乏味的过程。
如何正确配置Aptana终端?