I've been trying to install rbenv on my fresh Debian 7.4 install, per the instructions here.
I follow all the steps on the guide, and they all work fine: I can use rbenv to install Rubies and gems just fine.
But if I close the terminal and start a new shell I see this:
bash: rbenv: command not found
What gives?