How to install Miniconda
This guide will show you how to install the latest version of Miniconda. Miniconda is a lightweight version of Anaconda: a virtual environment manager for Python.
Download Install Script
Linux
Mac
Install Minconda
Setting up your shell
If you don't want the conda base environment (you may not want this because as of now there are conflicts with later versions of Python and npm)
The first time you run it, it'll create a ./condarc in your home directory with that setting to override the default.
Now you can initialize your shell with the following command:
Currently available shells are:
- bash
- fish
- powershell
- tcsh
- xonsh
- zsh
Now close your terminal and open a new one and your conda environment should be fully configured.