The system cannot find the path specified in anaconda command prompt

余生长醉 提交于 2020-08-22 12:04:33

问题


Whenever I open the Anaconda Prompt, I get the message above printed twice (see screenshot of my prompt. How can I remove this?


回答1:


try executing conda init and restart the anaconda prompt. It should initialize the conda environment again.




回答2:


Go to Control Panel\System and Security\System\Advanced System Settings then look for Environment Variables.

Your user variables should contain Path=Path\to\Anaconda3\Scripts.

You need to figure where your Anaconda3 folder is (i.e. the path to this folder). Mine was in C:\Users\(User Name) \Anaconda3.



来源:https://stackoverflow.com/questions/55057291/the-system-cannot-find-the-path-specified-in-anaconda-command-prompt

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!