Skip to content

Install conda

Andrea Telatin edited this page Apr 8, 2020 · 3 revisions

Install Miniconda in your home directory

Check the miniconda download page. From there you can right-click on the appropriate installer and copy the remote URL to download it.

After you download the installer you can run it without any parameter for an interactive installation, or specify where to install it for an unattended installation.

Commands:

wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh

bash Miniconda3-latest-Linux-x86_64.sh -b -p ~/miniconda/

Menu

Clone this wiki locally