Does python have a package/module management system?

Posted by tommy chheng on Stack Overflow See other posts from Stack Overflow or by tommy chheng
Published on 2010-03-13T00:29:17Z Indexed on 2010/03/13 0:37 UTC
Read the original article Hit count: 481

Filed under:
|

Similar to how Ruby has rubygems where you can do gem install packagename?

On http://docs.python.org/install/index.html, i only see references to python setup.py install but that requires you to find the package first.

© Stack Overflow or respective owner

Related posts about python

Related posts about modules