pycharm doesnt detect python interpreter

已回答

hi, whenever i open a project, pycharm doesnt detect the python interpreter and asks me to choose, i would rather have it default to the system installation. is there a way to configure this and it not ask me to choose one?

 

for more context, i am writing e2e tests for a plugin and choosing the intepreter in CI is a lot of extra steps unneeded. by default I open a project with poetry.lock and pyproject.toml files and pycharm still doesnt detect the poetry.

0

Hi,

i would rather have it default to the system installation. is there a way to configure this and it not ask me to choose one?

You can set a default interpreter every time you create or open a new project you can set it up at  File | New Projects Setup | Settings for New Projects | Project Interpreter

by default I open a project with poetry.lock and pyproject.toml files and pycharm still doesnt detect the poetry.

Unfortunately, currently, it's not possible - A request was created  for now PY-61480 

0

请先登录再写评论。