Python discusses deprecations
Python discusses deprecations
Posted Dec 9, 2021 0:23 UTC (Thu) by Cyberax (✭ supporter ✭, #52523)In reply to: Python discusses deprecations by gtb
Parent article: Python discusses deprecations
And then struggle with module paths, because Python modules in /usr will not be compatible with older Python. Or your PYTHONPATH env variable might interfere.
Running ancient Debian in a VM/container is actually a pretty good way to get a working environment.
Posted Dec 9, 2021 2:55 UTC (Thu)
by NYKevin (subscriber, #129325)
[Link]
In short: It magicks up a shell environment in which PYTHONPATH etc. all point to an isolated set of directories which have nothing to do with the system Python. Then you can install whatever you want into that environment, and not have to worry about conflicts with anybody else. It is *not* a full-blown container or VM, or anything nearly as heavy as spinning up a complete instance of Debian.
Python discusses deprecations
