Long sys.path and consequences, one more reason not to use easy_install
For those who don’t know, sys.path is the path that the Python interpreter traverse at each module import to look for the module file imported.
This blog post is about the consequences of having a long sys.path. I’ll try and make it short, but I would …