Nuacht

My local project .venv/bin/python appears to quite suddenly have stopped working. I see ENOENT: no such file or directory, lstat '.venv/bin/python' being reported in the Python output.
Open VSCode Create a virtual environment with "python -m venv .venv" Virtual environment gets created. Nothing else happens. Note: In addition, even using "Python: Select Interpreter" and setting it ...