Message140437
| Author |
eric.araujo |
| Recipients |
ajaksu2, docs@python, eric.araujo, python-dev, tautology, terry.reedy |
| Date |
2011年07月15日.16:05:42 |
| SpamBayes Score |
3.2182515e-07 |
| Marked as misclassified |
No |
| Message-id |
<1310745943.52.0.931549886077.issue1626300@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
In distutils docs, I’ve mentioned "setup.py thing" as an alternative to "python setup.py thing" on Windows. For packaging, the situation is different: there is no local script anymore, people will have to invoke the global pysetup command. Would it work if I add a note like this:
In order to run pysetup commands, you need to add the Python Scripts
directory to your PATH *include link to relevant section of
docs.python.org/using*.
BTW, do scripts work without file extensions, or does the installer add .py? If it’s the latter, then my doc note will need to mention that too. |
|