Changes between Version 22 and Version 24 of Ticket #9536
- Timestamp:
- Oct 31, 2016, 6:33:40 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9536
-
Property
Status
changed from
needs_work
toneeds_review
-
Property
Branch
changed from
to
u/mkoeppe/python_setup_py_picks_prefix_from____pydistutils_cfg
- Property Cc Volker Braun added
-
Property
Commit
changed from
to
6dcaebb5f95abdc78cce729bcced7dc96ee5cb1f
-
Property
Authors
changed from
to
Matthias Koeppe
-
Property
Status
changed from
-
Ticket #9536 – Description
v22 v24 20 20 }}} 21 21 22 The patch on the ticket uses 23 - `pip --isolated` and 24 - `setup.py --no-user-cfg` 22 25 26 Note there appear to be some issues regarding these option with early versions of Python 3.x: https://github.com/pypa/pip/issues/3509