- Download latest Miniconda for Python 2.7
https://repo.continuum.io/miniconda/Miniconda2-latest-MacOSX-x86_64.sh
-
Open terminal
-
Change to download folder location
$ cd Downloads
You can confirm you are in the correct location by running the ls
command to list files.
- Set install script to executable
$ chmod +x Miniconda2-latest-MacOSX-x86_64.sh
- Run miniconda install
$ ./Miniconda2-latest-MacOSX-x86_64.sh
-
Accept license agreement (to exit license agreement viewer, press
q
when you see the bottom line starting with:
) -
Confirm default install location (enter)
-
Confirm adding the miniconda install location to PATH (yes, which should be default)
-
Close current terminal window and open a new one to load the new install
-
Install needed conda packages
$ conda install [package]
EX:
$ conda install pil
Is it OK to install miniconda in the users home directory, that is what it defaults to.
Thanks,
-kaza.