Installing
-
2. Downloading Installer
Download Anaconda Python for GNU/Linux
If possible Select directly “Open with Archive Manager”!
-
3. Installing Anaconda
And then to Install Anaconda Python
First, give Execution Permission:chmod +x ~/Downloads/Anaconda*.sh
And then Run the Installer:
~/Downloads/Anaconda*.sh
Follow the CLI Wizard and type ‘q’ and ‘yes’ to Accept License…
In the End Confirm for Amending the Path in the .bashrc File.
And at last, Load the New Setup with:bash
-
4. Testing Installation
Finally, Check Anaconda Python Setup.
which jupyter-notebook
Contents