Mercurial > p > roundup > code
diff CHANGES.txt @ 6573:4b627102b344
- issue2551185 - must set PYTHONPATH=... python2 setup.py install --prefix=/tmp/r2.
Force insert --old-and-unmangable to get it
to use a classic installer and not an easy install. This only
affects python2.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 23 Dec 2021 17:24:51 -0500 |
| parents | 2e568d6f72a4 |
| children | b1f1539c6a31 |
line wrap: on
line diff
--- a/CHANGES.txt Thu Dec 23 16:00:21 2021 -0500 +++ b/CHANGES.txt Thu Dec 23 17:24:51 2021 -0500 @@ -65,6 +65,10 @@ retries once 5 of them have been used. (John Rouillard) - issue2551169 - setup.py enters endless loop on gentoo linux python2 installation. Fixed. +- issue2551185 - must set PYTHONPATH=... python2 setup.py install + --prefix=/tmp/r2. Force insert --old-and-unmangable to get it + to use a classic installer and not an easy install. This only + affects python2. Features:
