Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

This is simply an effect of you having full knowledge of Ruby development management, but not python's. In fact, they are quite similar to eachother.

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.



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.

http://docs.python.org/2/install/index.html

http://docs.python.org/release/2.2p1/inst/inst.html

http://stackoverflow.com/questions/739993/get-a-list-of-inst...

https://my.bluehost.com/cgi/help/530

http://stackoverflow.com/questions/9714635/how-to-install-py...

http://discuss.joyent.com/viewtopic.php?id=25044

On the flip side, 'installing ruby gems' does tell you about the gem application, but doesn't mention bundler in the top 5 results.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: