Thanks! The issue right now really is the Googlability.
I just searched for "Installing python modules" and of the top 5-6 hits (listed below) none of them mentioned the advice you just gave. The Python 2.7 docs don't mention it at all under their installing modules page. Everything's about RPM and Distutils.
A pythonist would just say:
"I just install a python environment from virtualenv, git clone an app and type 'pip install -r requirements.txt' and then its all working."
virtualenv ~= rbenv, and pip ~= bundler.
Either set of the two make it easy to install appropriate packages for separate projects.
Now maybe the googleability of this knowledge isn't as great as it could be, but ask any good pythonista and they'll set you on the right track.