Recent Python packaging reads

Python packaging options are so varied, so strongly disputed as to what is ‘best’ or ‘correct’ or ‘the past’ that they are as un-Pythonic as can be. I love Python, but when it comes to packaging, well lets say I understand how Armin Ronacher feels.

One tip: Never, ever, ever use easy_install (except to install virtualenv and pip). If you are going to install or define an .egg, do so with setuptools or distribute. Again: Don’t use easy_install.

One thought on “Recent Python packaging reads

  1. Thanks for sharing this tip. I am personally not as good at the whole thing so I really appreciate every tip that I get from sites that I have been trying to learn more from.

Comments are closed.