目录
1.概要
最近重新学习python 需要搭建conda 环境 遇到一个懵逼的问题
C:\Users\67656>conda activate Date
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
CSDN 上搜了一堆,照着试了试问题还是没有解决。没办法只能自己想办法,思考了一下这种问题的原因,应该是windows 环境变量配置有问题
这是别人的例子怎么解决 问题,没有找到根本原因
C:\Users\67656>conda init cmd.exe
no change D:\InstallApp\Anaconda3\Scripts\conda.exe
no change D:\InstallApp\Anaconda3\Scripts\conda-env.exe
no change D:\InstallApp\Anaconda3\Scripts\conda-script.py
no change D:\InstallApp\Anaconda3\Scripts\conda-env-script.py
no change D:\InstallApp\Anaconda3\condabin\conda.bat
n