How to Install Anaconda in Ubuntu 20
How to Install Anaconda in Ubuntu 20
First go to Anaconda download page https://www.anaconda.com/products/individual
Then copy the download link https://repo.anaconda.com/archive/Anaconda3-2020.07-Linux-x86_64.sh
Download it your ubuntu server
Run this command
sh Anaconda3-2020.07-Linux-x86_64.sh
after anaconda installation completed close your terminal and reconnect again.
To install numpy please run the following command
conda install -c anaconda numpy
To install matplotlib, run the following command
conda install -c anaconda matplotlib
To get more AWS related tips, visit https://awswithatiq.com
ubuntu download