activate Conda environment in Windows11

Viewed 42

How can I solve the Problem? When I use the Terminal of Pycharm, it shows this message.

C:\Users\myusername\PycharmProjects\python_programming> Warning: This Python interpreter is in a conda environment, but the environment has not been activated. Libraries may fail to load. To activate this environment please see https://conda.io/activation

I'm not sure which information would be helpful.

script path: C:\Users\myusername\PycharmProjects\python_programming\lesson.py

python Interpreter: Python 3.9 C:\Anaconda\python.exe

working directory: C:\Users\myusername\PycharmProjects\python_programming

environment variables: C:Anaconda C:Anaconda\Scripts

I tried: c:\Anaconda3\Scripts\activate base in Anaconda Prompt. → the system cannot find the path specified.

I'm learning python with Udemy and just did like the course(and also I'm asking the tutor),so i'm not good at computer yet...

0 Answers
Related