[issue14949] Documentation should state clearly the differences between pysetup run install_dist and pysetup install

2014-03-12 Thread Éric Araujo

Éric Araujo added the comment:

This is now obsolete.  The new packaging guide will hopefully make a clear 
distinction between “setup.py install” and “pip install”, and future 
developments may altogether remove “setup.py install”.

--
nosy: +ncoghlan
resolution:  - out of date
stage:  - committed/rejected
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14949
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14949] Documentation should state clearly the differences between pysetup run install_dist and pysetup install

2012-05-29 Thread Alexis Metaireau

New submission from Alexis Metaireau ale...@notmyidea.org:

The packaging tutorial currently talks about pysetup run install_dist and 
pysetup install which aren't doing the same thing: one fetches the 
dependencies while the other doesn't.

This should be stated clearly.

--
assignee: eric.araujo
components: Distutils2
keywords: easy
messages: 161867
nosy: alexis, eric.araujo, tarek
priority: normal
severity: normal
status: open
title: Documentation should state clearly the differences between pysetup run 
install_dist and pysetup install
versions: Python 3.3

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14949
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14949] Documentation should state clearly the differences between pysetup run install_dist and pysetup install

2012-05-29 Thread Éric Araujo

Éric Araujo mer...@netwok.org added the comment:

That’s the difference between actions and commands, which people always 
understand very well when I explain it.  I don’t remember if I already have 
written something in my big doc patch (#12779); if you want I can check tonight 
and tell you if I did it or if you can do it.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14949
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14949] Documentation should state clearly the differences between pysetup run install_dist and pysetup install

2012-05-29 Thread Éric Araujo

Éric Araujo mer...@netwok.org added the comment:

See also #13160.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14949
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14949] Documentation should state clearly the differences between pysetup run install_dist and pysetup install

2012-05-29 Thread Alexis Metaireau

Alexis Metaireau ale...@notmyidea.org added the comment:

That would be helpful yep. I can add this in the docs if you've not done it 
already.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14949
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com