Hızlı yanıt: kod örneği
stackoverflow.com invalid-python-interpreter-selected-for-the-project
Virtualenv has hardcoded path inside the file, which will fail when you move the virtualenv.One way is to recreate your virtualenv. Another way is to open the file and find this line and replace it with your new virtualenv path.My virtualenv is created at for reference.
bin/activate
bin/activate
VIRTUAL_ENV='/private/tmp/test2/.venv'
/tmp/test2/.venv