[Tutor] Question about distribute in pypi

eryksun eryksun at gmail.com
Fri Dec 27 08:19:33 CET 2013


On Thu, Dec 26, 2013 at 11:06 PM, daedae11 <daedae11 at 126.com> wrote:
> Are distribute 0.6.49 and distribute 0.7.3 the same plugin's different
> version?

distribute is a fork of setuptools. The fork was merged back, so for a
fresh installation of Python just install setuptools. The 0.7.3
package updates an existing distribute installation to the latest
version of setuptools.

http://pythonhosted.org/setuptools/merge-faq.html#use-distribute-0-7

https://pypi.python.org/pypi/setuptools


More information about the Tutor mailing list