On 2024-11-08 16:51, Chris Green wrote:
Well, yes, it sounds like it doesn't it. However, apparently, there
are various things that prevent one from creating a python 2.x virtual
environment on a system that has only Python 3.
Not to be a bother, but did you look into pyenv en pyenv-installer?
Here's a quote from their github page:
"You can activate multiple versions at the same time, including multiple
versions of Python2 or Python3 simultaneously. This allows for parallel
usage of Python2 and Python3"
That makes me think it should be possible to achieve what you need.
See
https://github.com/pyenv/pyenv
and
https://github.com/pyenv/pyenv-installer
Grx HdV