Alex Gaynor 11/20/2008

Why I don't use easy_install

Read Original

The article critiques Python's easy_install package manager for lacking an uninstall command, the inability to batch update packages, and the redundancy of having multiple package managers. The author, an Ubuntu user, prefers apt-get and suggests a system where PyPi packages are mirrored as native system packages (like .deb files) to integrate with existing package managers while preserving access to the Python ecosystem.

Why I don't use easy_install

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week