1

I followed this to install ror,

https://www.digitalocean.com/community/articles/how-to-install-ruby-on-rails-on-ubuntu-12-04-lts-precise-pangolin-with-rvm

after that, everything works fine(i think so),

but the strange thing is,

if i command rails in ubuntu terminal

it says install apt-get

enter image description here

however in aptana terminal,

it runs fine,

enter image description here

can i ask why it doesn't work in ubuntu default terminal?

do i have to setup some kind of path?

Canna
  • 3,614
  • 5
  • 28
  • 33

1 Answers1

2

You need to change a few terminal profile preferences before you can start using rvm through gnome terminal.This article contains more information.

Peeyush
  • 6,144
  • 5
  • 23
  • 37
  • [This](http://stackoverflow.com/questions/9336596/rvm-installation-not-working-rvm-is-not-a-function) may also help. – Peeyush Feb 05 '14 at 07:05