Installing
-
3. Installing Anaconda Python
To install Anaconda Python, first give execution permissions with:
chmod +x ~/Downloads/Anaconda*.sh
Then launch the installer by running:
~/Downloads/Anaconda*.sh
Follow the CLI wizard. Type ‘q’ and ‘yes’ to accept the license.
Confirm amending the path in the .bashrc file.
Finally, load the new setup with:bash
Contents