请问anaconda只能浏览jubter不能运行是什么原因,重装了也不搞不定,显示接口被占用,只能以浏览者身份运行😂
这部分我没有用到,安装过程中我添加后都没有成功,看个人需求
查看现有源
conda config --show-sources
添加清华源 (没有用到)
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
设置搜索时显示通道地址(没有用到)
conda config --set show_channel_urls yes