pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Python hier question



On Tuesday, March 19, 2024 8:53:23 AM CET tlaronde%kergis.com@localhost wrote:
> What is the purpose of prefixing the installation path with the
> exact version of the interpreter?

20+ years of history of incompatibilities between Python versions,
including needing different module versions on older Python versions.
Most systems will have only one Python version installed anyway (modulo 2.7),
so there isn't anything to be shared. But if you need different versions,
a clean split is often much easier, especially when you also need modules
that involve C/Rust/whatever extension modules. 

Joerg




Home | Main Index | Thread Index | Old Index