When type rails console
under the deploy subdir on ubuntu, instead of firing up the console, it displays help message for rails:
Usage:
rails new APP_PATH [options]
Options:
-r, [--ruby=PATH] # Path to the Ruby binary of your choice
However irb
can fire up without error. Anyone knows why? Thanks so much.