Table of Contents
Install Anaconda
Note: It’s not good practice to share anaconda environments with other users. Make sure to make a backup of your startup file and that you launch a new terminal after the installation. Example below is for bash.
Code Block |
---|
cp -p ~/.profile ~/.profile.orig |
...
You can find the latest version here: https://www.anaconda.com/distribution/#download-section
Note that the graphical installer is the easiest to use although a command-line instruction is also available here https://docs.anaconda.com/free/anaconda/install/mac-os/
Make sure you allow Anaconda to modify your bash profile otherwise it will not work
...