On 2024-11-08 16:51, Chris Green wrote:
I am just a novice with Python (migrating from perl, which I have
programmed in for more than 25 years), but wouldn't a Python Virtual
Environment (venv) be just the thing for this? I've been tinkering with
that in pycharm and it seems like it could do what you need.
See https://docs.python.org/3/library/venv.html for more information.
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.
Ah, OK. Didn't realise that.
Grx HdV