Tag Archives: Linuxconda: command not found

[Linux] CONDA: command not found solution

Website content quality is poor, distribution efficiency is too low how to do?Huawei engineers offer 5 unique skills>>>

Enter CONDA info — envs in the terminal to check whether anaconda is installed successfully. An error is reported: CONDA: command not found

The reason is that the ~ /. Bashrc file is not configured properly

VIM ~ /. Bashrc

Add

Export path = $path/home/Vincent/anaconda3/bin

but pay attention to the address!!! You can’t directly copy and paste my
because my Linux user name is Vincent and anconda3 is just installed under/home/Vincent/anaconda3/bin, so you need to change to your own installation directory, that is

Export path = $path: [your installation directory]

then save the changes and run

Source ~ /. Bashrc

at this time, run CONDA info — envs again, and the following prompt will appear, which means success