These four commands quickly and quietly install the latest 64-bit version of the installer and then clean up after themselves. To install a different version or architecture of Miniconda for Linux, change the name of the .sh
installer in the wget
command.
1 | mkdir -p ~/miniconda3 |
After installing, initialize your newly-installed Miniconda. The following commands initialize for bash and zsh shells:
1 | ~/miniconda3/bin/conda init bash |