I have always wondered why Pycharm can never find an python interpreter. (for...
I have always wondered why Pycharm can never find an python interpreter. (for last decade) The .venv folder can be right there in the root of the project and it will have no idea where any python is except maybe 20 or 30 other ones on your machine.
Leading theory, on windows python is ./.venv/Scripts/python.exe -- on linux, it is not Scripts nor .exe - but really who knows.
Python venvs are unfindable, this problem will *never* be solved.
Self-replies
I don't know if VSCode is better or worse, I don't use VSCode.