问题描述
我在Windows 10上安装了Anaconda vs 2019.10,但找不到快捷方式.我尝试使用CMD搜索它,但返回的消息是找不到Anaconda而且我也找不到jupyter笔记本或蜘蛛
I install Anaconda vs 2019.10 on my Windows 10 but I couldn't find the shortcuts to it.I've tried searching for it using CMD but it's returns the message that Anaconda can't be foundAnd I can't also find jupyter notebook or spider
推荐答案
重新安装Anaconda并不要更改默认设置.一切都会按预期进行. C:\Users\user_name\AppData\Anaconda3\condabin
将添加到您的PATH中,您只需conda activate
(或运行Anaconda-Prompt快捷方式)即可开始使用Python.
Reinstall Anaconda and don't change the default settings. Everything will work as expected. C:\Users\user_name\AppData\Anaconda3\condabin
will be added to your PATH and you'll only need to conda activate
(or run the Anaconda-Prompt shortcut) to start using Python.
这篇关于找不到Anaconda导航器或Anaconda提示的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!