Installing
-
3. Installing Anaconda Python
Next, 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 and type ‘q’ and ‘yes’ to accept the license.
At the end, confirm for amending the path in the .bashrc file.
Finally, load the new setup with:bash
Contents