On Ubuntu 10.04 and Debian 6, apt-get install passenger-enterprise installs /usr/bin/ruby1.8 and /usr/bin/ruby1.9, but not /usr/bin/ruby. As a result, calling 'passenger --version' fails because its shebang line is '#!/usr/bin/env ruby'.
Ubuntu 12.04 and Debian 7 don't have this problem.
On Ubuntu 10.04 and Debian 6,
apt-get install passenger-enterprise
installs /usr/bin/ruby1.8 and /usr/bin/ruby1.9, but not /usr/bin/ruby. As a result, calling 'passenger --version' fails because its shebang line is '#!/usr/bin/env ruby'.Ubuntu 12.04 and Debian 7 don't have this problem.