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.

0
Avatar
Permanently deleted user

Turns out that Pycharm v2019.3 is bugged. The issue is not occur in previous versions.

0

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: 

import sys
sys.executable

What result do you get? 

 

0
Avatar
Permanently deleted user

See my attempts posted in StackOverflow, there is result posted in my question

0

请先登录再写评论。