IT Learning

実践形式でITのお勉強

「 Python 」 一覧

Anaconda installation on CentOS

2020/04/29   -Python

Overview Anaconda package is very useful tool for data analysis by python language. This article shows how to install it on CentOS. Environments OS:CentOS7Anaconda3:3-5.3.1 What is Anaconda Nowadays the usage of python language is being more popular than before for the purpose of machine learning or processing data. Anaconda package is consists of not only python engine but also IDE, web-base editor or some useful tools. When you just install anaconda, you can use these bundled useful tools. CentOS7 has python 2 as a default but in this example we use Anaconda with python3. Step1 : pyenvのインストール At first let’s …