Anaconda issue

I have installed the Anaconda as suggested in the documentation of the Anaconda
https://docs.anaconda.com/anaconda/install/linux/
And now i am getting this message when i tr to use the conda command :

conda may be found in the following packages:
chaotic-aur/anaconda 2021.05-1 /opt/anaconda/bin/conda
chaotic-aur/anaconda 2021.05-1 /opt/anaconda/lib/python3.8/site-packages/conda/shell/bin/conda
chaotic-aur/anaconda 2021.05-1 /opt/anaconda/pkgs/conda-4.10.1-py38h06a4308_1/bin/conda
chaotic-aur/anaconda 2021.05-1 /opt/anaconda/pkgs/conda-4.10.1-py38h06a4308_1/lib/python3.8/site-packages/conda/shell/bin/conda
Your efforts are appriciated :blush:

You probably installed it into somewhere that isn't in your path if you followed those instructions.

You may just need to add it to your path.

2 Likes

I have added it to the default path as suggested in the documentation, Please tell me if you know how to add to path, i am new to Linux.

After you added it to your path did you logout and back in or reboot depending on how you added it?

You can check with echo $PATH

1 Like

The anaconda is installed in the default location as stated in the step 6 in this documentation

https://docs.anaconda.com/anaconda/install/linux/

i have checked the $echo PATH and these are the results

/usr/local/sbin /usr/local/bin /usr/bin /usr/bin/site_perl /usr/bin/vendor_perl /usr/bin/core_perl

Thank You so much @dalto for the quick response i got your point, Need to add the conda path to the fish

I found this link helpful
/(your conda installation path)/bin/conda init fish
using these command i have added the conda to the fish now i can access it :blush:

4 Likes

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.