Wrong environment in Terminal

已回答

Pycharm loaded the wrong environment for the terminal, making me unable to use it.

As it can be seen below, the environment for the Terminal and the Project is different. Fiddling with the Project Interpreter or Restarting will not help

0

Does it reproduce in a brand new project?
Do you see some venv activated when you open your system command line?

0

It seems to be just the problem with that venv. If I use that venv then for some reason the terminal will have such unintended behavior. Other venv seems to be okay. I guess I will delete that venv then. Thank you.

0

I would check if the manual activation of that venv works correctly.

It could be that there is something wrong with its activate script.

0

请先登录再写评论。