[issue21034] Python docs reference the Distribute package which has been deprecated in favor of Setuptools

2016-03-07 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the report, Jurko. > +1 from me for just removing the bootstrapping instructions from this note. Thanks, Nick. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tra

[issue21034] Python docs reference the Distribute package which has been deprecated in favor of Setuptools

2016-03-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 50f593ed1469 by Berker Peksag in branch '3.5': Issue #21034: Remove outdated paragraph from venv documentation https://hg.python.org/cpython/rev/50f593ed1469 New changeset ac95719f1803 by Berker Peksag in branch 'default': Issue #21034: Remove outda

[issue21034] Python docs reference the Distribute package which has been deprecated in favor of Setuptools

2016-03-07 Thread Nick Coghlan
Nick Coghlan added the comment: +1 from me for just removing the bootstrapping instructions from this note. (The original reference to Distribute has already been replaced with a reference to Setuptools at some point since Jurko filed this issue) -- ___

[issue21034] Python docs reference the Distribute package which has been deprecated in favor of Setuptools

2016-03-06 Thread Berker Peksag
Berker Peksag added the comment: I think it would be better to just remove the following part from the documentation: "Of course, you need to install them into the venv first: this could be done by running ez_setup.py with the venv activated, followed by running easy_install pip. Alternativel

[issue21034] Python docs reference the Distribute package which has been deprecated in favor of Setuptools

2014-05-14 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +eric.araujo stage: -> patch review type: -> enhancement ___ Python tracker ___ ___ Python-bugs-l

[issue21034] Python docs reference the Distribute package which has been deprecated in favor of Setuptools

2014-04-03 Thread Ned Deily
Changes by Ned Deily : -- nosy: +ncoghlan ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.o

[issue21034] Python docs reference the Distribute package which has been deprecated in favor of Setuptools

2014-04-03 Thread Jurko Gospodnetić
Jurko Gospodnetić added the comment: Or, if you do not want to get into the specifics of how to manually install setuptools/pip, it would probably be better to just refer the user to the 'ensurepip' module for the initial installation and tell him to upgrade whatever is needed from there without

[issue21034] Python docs reference the Distribute package which has been deprecated in favor of Setuptools

2014-04-03 Thread Benjamin Peterson
Benjamin Peterson added the comment: Good point. Perhaps we should reccomend https://raw.github.com/pypa/pip/master/contrib/get-pip.py instead, though? -- nosy: +benjamin.peterson ___ Python tracker __

[issue21034] Python docs reference the Distribute package which has been deprecated in favor of Setuptools

2014-04-02 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- nosy: +tshepang ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue21034] Python docs reference the Distribute package which has been deprecated in favor of Setuptools

2014-03-23 Thread Jurko Gospodnetić
New submission from Jurko Gospodnetić: In the Python documentation note: http://docs.python.org/3.4/library/venv.html#venv-def the paragraph: > Common installation tools such as Distribute and pip work > as expected with venvs - i.e. when a venv is active, they > install Python packages into