Python packaging targets
Python packaging targets
Posted Mar 2, 2023 21:19 UTC (Thu) by atnot (guest, #124910)In reply to: Python packaging targets by mathstuf
Parent article: Python packaging targets
Like in many other language ecosystems (and even sort of python with virtualenv), there would be some shim that tells the interpreter/compiler what packages the program should have available in what version. This would be read from some sort of file provided along with the program or source code.
