How to install GUI Anaconda on Ubuntu(19.04/19.10/20.04/20.10) the easy way!
Please Like, Share and Subscribe
This video teaches you the best and easy way to install anaconda on Ubuntu
The steps are as follows:
1. Download anaconda from https://www.anaconda.com/
2. Open the terminal from the folder where anaconda is downloaded
3. Type: $bash anaconda_file_name.sh
4. Follow the instructions as stated in the terminal.
5. Close the terminal and open a new terminal window
6. If (base) is not shown in terminal:
a. Type in terminal $ nano ~.bashrc
b. Paste the following in the end of file:
export PATH=”/home/user_name/anaconda3/bin:$PATH”
7. Open a text editor and save it as anaconda.desktop on the desktop.
8. Paste the following into the editor
#!/usr/bin/env xdg-open
[Desktop Entry]
Name=Anaconda
Version=2.0
Type=Application
Exec=/home/user_name/anaconda3/bin/anaconda-navigator
Icon=/home/user_name/anaconda3/lib/python3.8/site-packages/anaconda_navigator/static/images/anaconda-icon-256×256.png
Comment=Open Anaconda Navigator
Terminal=false
9. Save and close the file.
10. Go to desktop, right click on anaconda.desktop and click on “Allow Launching”
That’s it!
If you have any doubts comment below and we will reach you out!
Don’t forget to like, subscribe and share.
Thank You.
ubuntu