Edgewall Software

Changes between Version 22 and Version 23 of setuptools


Ignore:
Timestamp:
Jun 3, 2020, 9:00:16 AM (4 years ago)
Author:
Ryan J Ollos
Comment:

Document #13310.

Legend:

Unmodified
Added
Removed
Modified
  • setuptools

    v22 v23  
    2828 - with easy_install from 0.6c11, install the latest Python 2.4/2.5 compatible version of the new setuptools: `easy_install -U setuptools==1.4.2`
    2929- Windows users will need to add the `Scripts` directory of their Python installation (for example, `C:\Python27\Scripts`) to their `PATH` environment variable, or use the full path to `easy_install` (for example, `C:\Python27\Scripts\easy_install.py`). See [http://peak.telecommunity.com/DevCenter/EasyInstall#windows-notes Windows notes] for more information.
    30 - if you're using setuptools versions **5.4** through **5.6**, the environment variable `PKG_RESOURCES_CACHE_ZIP_MANIFESTS` should be set, otherwise the performance of Trac will be significantly degraded.
     30- for Trac < 1.5.3, if you're using setuptools versions **5.4** through **5.6**, the environment variable `PKG_RESOURCES_CACHE_ZIP_MANIFESTS` should be set, otherwise the performance of Trac will be significantly degraded.
    3131  - Linux: `$ export PKG_RESOURCES_CACHE_ZIP_MANIFESTS=1`
    3232  - Windows: `> set PKG_RESOURCES_CACHE_ZIP_MANIFESTS=1`