Installing Anaconda in GNU/Linux Mint
Download Miniconda
curro@mint2modesto:~$ cd Downloads
curro@mint2modesto:~/Downloads$ wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
--2020-03-24 19:13:28-- https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
Resolving repo.anaconda.com (repo.anaconda.com)... 104.16.130.3, 104.16.131.3, 2606:4700::6810:8303, ...
Connecting to repo.anaconda.com (repo.anaconda.com)|104.16.130.3|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 85055499 (81M) [application/x-sh]
Saving to: ‘Miniconda3-latest-Linux-x86_64.sh’Run the installer
curro@mint2modesto:~/Downloads$ bash Miniconda3-latest-Linux-x86_64.sh
Welcome to Miniconda3 4.8.2
In order to continue the installation process, please review the license
agreement.
Please, press ENTER to continue
>>> Create Python 2 and Python 3 environments.
Python 2 and Python 3 environments.Installing software in a given environment
Your first jupyter notebook
jupyter notebookKeeping your Anaconda install updated
Anaconda install updatedLast updated