Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

The system cannot find the path specified in anaconda command prompt

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

like image 375
Zachary Luety Avatar asked Mar 08 '19 05:03

Zachary Luety


3 Answers

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

like image 72
Dust Avatar answered Oct 19 '22 21:10

Dust


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.

like image 29
Aarth Tandel Avatar answered Oct 19 '22 19:10

Aarth Tandel


You need to go to the file location of the Anaconda Prompt (Figure 1), go to "Properties" of the Prompt (Figure 2) and change the links in "target" to the correct link to miniconda (in my case, the correct links are: "%windir%\System32\cmd.exe" /K ""C:\Program Files\miniconda3\Scripts\activate.bat" "C:\Program Files\miniconda3"")

(1) enter image description here (2) enter image description here

like image 1
ArthurCU Avatar answered Oct 19 '22 20:10

ArthurCU