Install Anaconda on Amazon Linux(EC2)
This tutorial will explain to you how to Install Anaconda on Amazon Linux.
Anaconda is an open-source distribution of Python and R Programming languages. It is mainly used in Data Science and Machine Learning etc. Anaconda distribution contains 1,500 packages selected from the conda and PyPI packages and virtual environment manager.
|
|
Prerequisites:
Before installing Anaconda, make sure the following packages are installed on your Linux box.
$ yum install libXcomposite libXcursor libXi libXtst libXrandr alsa-lib mesa-libEGL libXdamage mesa-libGL libXScrnSaver -y
Please also make sure python is installed. If not, please use the following command to install Python on your system.
$ yum install python3 -y
Install Anaconda on Amazon Linux(EC2)
Read More on ............
https://devopsmyway.com/install-anaconda-on-amazon-linuxec2/ Full Story |
This topic does not have any threads posted yet!
You cannot post until you login.