我已经在Windows上安装了Anaconda。我尝试需要激活conda环境,但我不知道如何。大家有意见建议如何逐步进行吗?我收到此消息:
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.
>>>
答案 0 :(得分:0)
如果您在Anaconda promt中工作,则只需使用命令
activate venv #venv is my environment
答案 1 :(得分:0)
它在anaconda提示符下工作,但在命令提示符下工作