PyCharm wrong terminal interpreter
Hi,
I have problem with interpreter that terminal is using inside PyCharm communiti 2019.3. For my new project i created new environment with python 3.7 interpreter but terminal is operating on linux mint system python version instead of venv python 3.7 version.
With more details problem is described here: https://stackoverflow.com/questions/59766431/pycharm-bad-path-to-interpreter
I have try many options to solve this but with no success.
请先登录再写评论。
Turns out that Pycharm v2019.3 is bugged. The issue is not occur in previous versions.
Hello,
Could you please open a system terminal (out of PyCharm ) and activate the venv in question?
E.g. source .virtualenvs/<environment_name>/bin/activate
Then please run:
What result do you get?
See my attempts posted in StackOverflow, there is result posted in my question