赞
踩
在创建conda环境时,遇到问题:
- CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'.
- If using 'conda activate' from a batch script, change your
- invocation to 'CALL conda.bat activate'.
-
- To initialize your shell, run
-
- $ conda init <SHELL_NAME>
-
- Currently supported shells are:
- - bash
- - cmd.exe
- - fish
- - tcsh
- - xonsh
- - zsh
- - powershell
-
- See 'conda init --help' for more information and options.
-
- IMPORTANT: You may need to close and restart your shell after running 'conda init'.
我们可以
D:\Anaconda\Scripts
改成
D:\Anaconda\condabin
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。