【发布时间】:2019-08-02 20:18:51
【问题描述】:
试图在我朋友的 PC 上安装 anaconda 并遇到了这个问题[我修复了它,但找不到答案,所以我想在这里发布] PC只是不会加载anaconda环境, 当你输入
>>conda activate base
>>conda info
active environment : None
python 可以工作,但是有这个警告
>> python
Python 3.7.3 (default, Mar 27 2019, 17:13:21) [MSC v.1915 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.
>>>
【问题讨论】:
标签: python windows powershell