Cannot activate environment in anaconda prompt
I input python in cmd and it shows a warning:
C:\Users\sky>python Python 3.8.8 (default, Apr 13 2021, 15:08:03) [MSC v.1916 64 bit (AMD64)] :: Anaconda, Inc. on win32 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 Type "help", "copyright", "credits" or "license" for more information. >>>I cannot use pip install any packages, I thought maybe that's the problem. So I checked the information at the link:https://conda.io/activation and followed the instruction:
c:\Anaconda3\Scripts\activate baseIt said 'system cannot find the path'. I searched for the files in that path and found two of them are named 'activate'. So I input
c:\Anaconda3\Scripts\activatebut still,'system cannot find the path'. How to activate the conda environment? I really need some help. Thanks
2025-07-17 04:08 点击量:2