Installing Anaconda3 on Ubuntu (Linux)

Anaconda is an open-source toolkit that is useful in programming and machine learning using Python/R [1]. In this article, we are going to install Anaconda3 on Ubuntu (Linux). Preparing system Open a terminal by pressing Ctrl+Alt+T. Update and upgrade your system using the following commands: $ sudo apt-get update $ sudo apt-get upgrade Installing prerequisites … Continue reading Installing Anaconda3 on Ubuntu (Linux)