Does python have a package/module management system?
- by tommy chheng
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.