[Configuring the conda environment] The new version of pycharm imports the new version of anaconda environment

I recently downloaded the new version of pycharm and the new version of anaconda, and created an environment on the command line, thinking about importing the environment into pycharm. As a result, the way import is now done has changed.
Previously this was done by importing Python.exe.

Now:
Insert image description here
When we click in, we will find that python.exe cannot be found.
Insert image description here
I don't know the specific reason, it should be a version problem.
Solution:
Just load the conda.bat inside.
Insert image description here
Then click Load Environment.
Insert image description here
Then add the created environment.
Insert image description here

Guess you like

Origin blog.csdn.net/aaatomaaa/article/details/133384239