I was coding for my game and installed the Python 3.10 interpreter. I choose the interpreter amd suddenly my PyCharm 2023.1 said the error "Environment location directory is not empty"
.
Click here for image
I tried to change to a second Python interpreter but PyCharm said that the interpreter is invalid and I can't click OK.
E:\Custom\Concepts\PyCharm Projects\SpaceBattle\.venv
This way the virtual environment will be stored inside.venv
folder in your project. – Catcall