Help Installing rbenv?

Hi, I’m seeking some help getting rbenv installed, for Ruby-on-Rails
dev.

I’m running Puppy Linux X-Precise 2.2 non-pae, based on Puppy Linux
5.7.1,
based on Ubuntu Precise Pangolin, in a VirtualBox. Kernel: Linux 3.2.48.
I
have git and other dev tools installed (via the Puppy DevX package,
roughly
equivalent to Arch Linux base-devel). Using sqlite. I used the Puppy
Package Manager to install the rbenv package. These images show what’s
installed on the machine, and the problem. As you can see, rbenv is not
quite behaving correctly.

http://s19.postimg.org/ss009x84z/term.png
http://s19.postimg.org/di052qcmr/packages.png
http://s19.postimg.org/8n6g4geb7/usr_bin.png
http://s19.postimg.org/4pj6f1rhv/libdir.png
http://s19.postimg.org/pc7w0dawj/sqlite.png

Hope somebody can help!

Thx,
John

John Weiss wrote in post #1136424:

http://s19.postimg.org/ss009x84z/term.png

Did you also install ruby-build? rbenv does not come with the rbenv
install command by default. rbenv itself is just a Ruby environment
manager, and not an Ruby compile and install manage. That’s what the
ruby-build plugin does.

Ok, i got rbenv installed, and Ruby using ruby-build.

followed instructions here:

next, going to use gems to install sqlite and rails.

not sure yet if the gems are tied to the active ruby (set by rbenv), but
i’ll find out!

thx 4 help!