我裂开 刚入坑,弄了两个晚上,到处有问题,这是出现的第一个问题,感谢吧友解惑
Microsoft Windows [版本 10.0.18363.1198]
(c) 2019 Microsoft Corporation。保留所有权利。
C:\Users\Liu>python
Python 3.8.5 (default, Sep 3 2020, 21:29:08) [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.
>>> conda activate E:\Software\Anaconda3
File "<stdin>", line 1
conda activate E:\Software\Anaconda3
^
SyntaxError: invalid syntax
>>>
Microsoft Windows [版本 10.0.18363.1198]
(c) 2019 Microsoft Corporation。保留所有权利。
C:\Users\Liu>python
Python 3.8.5 (default, Sep 3 2020, 21:29:08) [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.
>>> conda activate E:\Software\Anaconda3
File "<stdin>", line 1
conda activate E:\Software\Anaconda3
^
SyntaxError: invalid syntax
>>>