[Distutils] Bootstrap script for package management tool in Python 2.7 (Was: Re: [Python-Dev] At least one package management tool for 2.7)
Greg Ewing
greg.ewing at canterbury.ac.nz
Tue Mar 30 01:53:17 CEST 2010
anatoly techtonik wrote:
> Let's refer to original user story:
> ...
> "I execute `easy_install something` as said in installation manual,
> but nothing/error happens."
Which installation manual did the user see that in? It can't
be anything that came with Python, because easy_install is
not a standard part of Python.
If a package is telling the user to install it with a
non-standard installation tool, without explaining this fact
and how to get the tool, then the package's documentation
is lacking.
--
Greg
More information about the Distutils-SIG
mailing list