CentOS8 --Install --Python3

Python 3.6 installation

sudo yum install python36
python3 --version
Python 3.6.8

pip3 --version
pip 9.0.3 from /usr/lib/python3.6/site-packages (python 3.6)

--Probably installed by default

Call with python command

sudo alternatives --config python

 There are two programs that provide'python'.

 Select command
-----------------------------------------------
*+ 1           /usr/libexec/no-python
   2           /usr/bin/python3

 Press Enter to keep the current selection [+] or enter the selection number: 2
  1. Enter alternatives command
  2. List installed Python
  3. Select the number on the left side of Python3 from the list
python --version

--Can be called with python command

Recommended Posts

CentOS8 --Install --Python3
Install Python3.4 on CentOS 6.6
Install Python 2.7.3 on CentOS 5.4
install python
Install Python 3.8 on CentOS 7 (SCL)
Install Python 3.7 and Django 3.0 (CentOS)
Install Python 3.8 on CentOS 8 (AppStream)
Python2.7 + CentOS7 + OpenCV3
CentOS8 --Install --Django
Install Python locally
Install NAOqi python
Install Python Control
Install Python on CentOS using Pyenv
Install Python on CentOS using pyenv
How to install python3 with docker centos
Install python on WSL
Install Faiss on CentOS 7
How to install Python
Install Python on Pidora.
Install Scrapy on python3
Install numba on CentOS 7.2
How to install python
Install Python 3 on Mac
Install python from source
Python 2.7 installation (yum) (CentOS 6.8)
Install Python Jupyter lab
Install python external library
Install python (pyenv, pyenv-virtualenv)
Install Voluptuous with Python 2.5
Install python on windows
Introducing Python 2.7 to CentOS 6.6
Python PyTorch install tips
Install python with pyenv
Install Python 3.3 on Ubuntu 12.04
Install Python 3.4 on Mac
Install awscli on centos7
Install Chainer on CentOS 6.7
Install Python 3.6 on Docker
Install Python (for Windows)
Python 3.5 installation (yum) (CentOS 6.8)
[Ansible] Install dnf on Centos7 with Python3 interpreter
[2020.8 latest] How to install Python
python (pyenv + pyenv-virtualenv) + CentOS7 installation
How to install Python [Windows]
Install Python 3.8 on RHEL 8 (AppStream)
[CentOS7] Install anaconda using pyenv
Install watchdog on Windows + Python 3.3
Install Python and Flask (Windows 10)
Install Python environment with Anaconda
Python
Install ImageMagick-6.2.x series on CentOS7.7
Install external libraries with Python
Install multiple versions of Python
Install pandas 0.14 on python3.4 [on Mac]
Install OpenCV on Ubuntu + python
Install Chrome on CentOS 7 series
Python --Install MySQLDB on EC2
Switch from python2.7 to python3.6 (centos7)
Install pyenv from Homebrew, install Python from pyenv
[Python] [Chainer] [Windows] Install Chainer on Windows
Python install in 2 lines @Windows