Changes between Initial Version and Version 2 of Ticket #28343
- Timestamp:
- Jun 28, 2017, 9:39:49 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28343
- Property Has patch set
- Property Triage Stage Unreviewed → Accepted
- Property Summary Documentation for Windows users can be simpler now that we only support Python >= 3.5 → Update the Windows instructions in the docs to use py launcher rather than Git bash
-
Ticket #28343 – Description
initial v2 1 Python installations on W Indows now2 * Ship the PEP397 `py` launcher which reduces the need to either having to add `python.exe` directory to PATH or having to always aspecify its full path. OIt also cand detect your Python's `python.exe` even when its invoked from inside a virtualenv.1 Python installations on Windows now: 2 * Ship the PEP397 `py` launcher which reduces the need to either having to add `python.exe` directory to PATH or having to always specify its full path. It also can detect your Python's `python.exe` even when it's invoked from inside a virtualenv. 3 3 * Have a better ''"Execute manage.py or runtest.py by simply running them"'' story when compared to previous Python versions, thanks partially to the above mentioned launcher. 4 4