How to install conda on your mac notebook?
1. check your python version:
python3 --version
2. download #conda package for your python version from this link
3. restart your terminal
4. check the installation, type in terminal:
conda --v
#output:
#conda 4.12.0