Is there any tool for installing external python modules from a central repository( like cpan for perl). I installed MySQLdb module using yum.
Asked
Active
Viewed 195 times
-1
-
[pip](https://pypi.python.org/pypi/pip)? – Alex L Feb 19 '13 at 09:22
-
possible duplicate of [Why use pip over easy\_install?](http://stackoverflow.com/questions/3220404/why-use-pip-over-easy-install) – senshin May 22 '14 at 02:49
2 Answers
1
Check out pip and the python package index: https://pypi.python.org/pypi
You can package up your own modules and upload them to a private pip server as well.

Matt Koskela
- 5,269
- 3
- 26
- 29
0
There is a pip - tool for managing Python Packages (https://pypi.python.org/pypi/pip).

Danil Speransky
- 29,891
- 5
- 68
- 79