Python Installation -- configure flags
Klaus Jantzen via Python-list <[email protected]>
| Newsgroups | gmane.comp.python.general |
|---|---|
| Message-ID | <[email protected]> |
I have not installed python for a long time so I am not sure whether the following configure flags are sufficient/recommandable for a Python3.12.11 installation. --prefix=/opt --with-lto --enable-optimizations --enable-loadable-sqlite-extensions --with-ensurepip=install --with-pydebug --with-assertions My current Debian Bookworm automatically installed/updated to Python 3.11.2; I do not want to change that. -- K.D.J.