Go to C:/ProgramData/anaconda3
Add the following paths to PATH variable in System Environment variables
C:/ProgramData/anaconda3
C:/ProgramData/anaconda3/Scripts
C:/ProgramData/anaconda3/Libs/bin
Verify the installation
conda list
Install Anaconda from
After the installation check with the command
conda list
Else follow If Anaconda Navigator Installed:
Download Miniconda Installer
wget <https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh>
Run the Installer
bash Miniconda3-latest-Linux-x86_64.sh
Enter to read the licenseyes to accept itActivate Conda
source ~/miniconda3/bin/activate
Setup For zsh
~/miniconda3/bin/conda init zsh