Ruby update

Hi!
I have installed ruby 1.9.1 on my mac os x leopard.

./configure

make

make install

But when i write

ruby -v

I get:
ruby 1.8.6 (2008-08-11 patchlevel 287) [universal-darwin9.0]

Anyone knows what i done wrong??
Thanks Svea

I found out the solution by the way.

I had to add this line to my profile.
export PATH="/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:$PATH"

/Svea