Issue 14939: Usage documentation for pyvenv
Created on 2012-05-28 23:10 by ncoghlan, last changed 2022-04-11 14:57 by admin. This issue is now closed.
| Messages (5) | |||
|---|---|---|---|
| msg161815 - (view) | Author: Alyssa Coghlan (ncoghlan) * ![]() |
Date: 2012-05-28 23:10 | |
Command line documentation for pyvenv must be provided under http://docs.python.org/dev/using/index.html before 3.3 is released. |
|||
| msg161824 - (view) | Author: Éric Araujo (eric.araujo) * ![]() |
Date: 2012-05-29 00:34 | |
I would document it in library/venv, just like other tools are documented in the relevant module docs. I’m nonetheless +1 to listing all scripts installed by Python in the Setup and Usage docs, with links. |
|||
| msg161827 - (view) | Author: Alyssa Coghlan (ncoghlan) * ![]() |
Date: 2012-05-29 01:43 | |
No, we need to start using the Setup & Usage docs *more*, not less. All tools with useful command line behaviour (especially those that are directly installed as scripts) should eventually be documented here. The fact this has historically been avoided is no excuse for perpetuating the mistake. |
|||
| msg161862 - (view) | Author: Vinay Sajip (vinay.sajip) * ![]() |
Date: 2012-05-29 09:11 | |
The "Using" section has 4 sub-sections: one on the Python command line, + 3 on Python usage on Windows, Linux and OS X. I propose to add a fourth sub-section "Additional Tools and Scripts" (feel free to suggest an alternative title) and under that, add a section for pyvenv. |
|||
| msg161871 - (view) | Author: Vinay Sajip (vinay.sajip) * ![]() |
Date: 2012-05-29 11:55 | |
Done in ace7c340d95d. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:57:30 | admin | set | github: 59144 |
| 2012-05-29 11:55:56 | vinay.sajip | set | status: open -> closed resolution: fixed messages: + msg161871 stage: needs patch -> resolved |
| 2012-05-29 09:11:34 | vinay.sajip | set | messages: + msg161862 |
| 2012-05-29 03:57:56 | tshepang | set | nosy:
+ tshepang |
| 2012-05-29 01:43:11 | ncoghlan | set | messages: + msg161827 |
| 2012-05-29 00:34:42 | eric.araujo | set | nosy:
+ eric.araujo messages: + msg161824 |
| 2012-05-28 23:10:03 | ncoghlan | create | |
