2019-07-09CentOS7のインストール

python2.7バージョンはデフォルトでCentOS7にインストールされ、3.4バージョンはyum install python34を使用してインストールされます。このバージョンは、pipなどの一部のソフトウェアパッケージをインストールするときにプロンプトを表示します。

DEPRECATION: Python 3.4 support has been deprecated. pip 19.1 will be the last one supporting it. Please upgrade your Python as Python 3.4 won't be maintained after March 2019(cf PEP 429).

当然、上位バージョンをインストールする必要があるため、手動でインストールする必要があります。

  1. python3をダウンロードする
    3.8をお試しください以下のリンクを使用してください
wget https://www.python.org/ftp/python/3.8.0/Python-3.8.0b2.tgz

3.7.4 以下のリンクを使用してください

wget https://www.python.org/ftp/python/3.7.4/Python-3.7.4rc2.tgz
  1. コンパイルしてインストールします。
tar -zxvf Python-3.8.0b2.tgz
mkdir /usr/local/python3
# コンパイル環境がない場合は、エラーメッセージが表示されます。これを修正する方法は、gccまたはツールスイートをインストールすることです。
[ root@ax Python-3.8.0b2]# ./configure --prefix=/usr/local/python3
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for python3.8... no
checking for python3... no
checking for python... python
checking for--enable-universalsdk... no
checking for--with-universal-archs... no
checking MACHDEP..."linux"
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error:in`/home/axing/Python-3.8.0b2':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details
[ root@ax Python-3.8.0b2]# yum -y groupinstall "Development Tools"
# インストール後に再コンパイルする
cd Python-3.8.0b2
. /configure --prefix=/usr/local/python3
make && make install
# ソフトリンクを設定する
[ [email protected]]# ln -s /usr/local/python3/bin/python3.8/usr/bin/python3
[ root@ax]# python3
Python 3.8.0b2(default, Jul  82019,12:01:59)[GCC 4.8.520150623(Red Hat 4.8.5-36)] on linux
Type "help","copyright","credits" or "license"for more information.>>>

Recommended Posts

2019-07-09CentOS7のインストール
centos7_1708のインストール
Centos5インストールガイド
Python-centos6のインストール
CentOS7ドッカーのインストール
CentOSオンラインインストールRabbitMQ3.7
CentOS 8(2)
zabbix 2.2.20インストールの詳細(Centos6.9)
CentosソースのインストールPython3
ランプ(centos7)設置ランプ環境
Centos7mqttクラスターのインストール
Mysql8.0.15インストール構成(centos7)
Linuxノート(1):CentOS-7のインストール
Centos7でのRedis3のインストール
CentOS 8(1)
CentOSオンラインインストールRabbitMQ3.7
DockerCentOSのインストール方法
Linux CentOS7インストールチュートリアル
Centos7dockerのインストールの詳細
Discourse CentOS8の新しいインストールマニュアル
Centosmysqlのインストールと構成
Centos7へのGlusterfsクラスターのインストール
CentOSでのRedisクラスターのインストール
Centos7のインストールと構成のプロメテウス
CentOS 7 GaleraClusterインストールガイド
CentOS7のインストールと構成PPTP
CentOS6.xインストールmysql5.7レコード
グラフィカルなcentosインストールの詳細なプロセス
Centos7.5のインストールと構成MongoDB4.0.4
CentOSでのRedisクラスターのインストール
CentOS7のインストールと構成PPTP
Hyper-V + CentOS7インストールビデオチュートリアル
centos7kvmのインストールと使用
Oracle11gのCentos7サイレントインストール
CentOS6.8仮想マシンのインストールの詳細
CentOS7postgresqlのインストールと使用
DockerのCentOS環境インストール
Centos7インストールtomcatプロセスの紹介
Centos7.4環境インストールランプ-php7.0チュートリアル
centos7へのDockerEEのインストール
Discourse CentOS8の新しいインストールマニュアル
CentOS8 Linux 8.0.1905のインストールプロセス(図)
Centos7elk7.1.1のインストールと使用
Centos7のインストールとJenkinsの構成
Hyper-VインストールCentOS8問題の分析
Centosisoイメージファイルのインストールチュートリアル
Centos7のインストールは実際には非常に簡単です
ダメンデータベースチュートリアルのCentos7インストール
Centos6.5のインストールとKVMの展開
CentOS8インストールMariaDB詳細チュートリアル
centos7 python3.7 + vi
ジェンキンス学習のcentos6.9の下でのインストール
CentOS6最小インストールKVM詳細チュートリアル
Centos7hadoopクラスターのインストールと構成
CentOS + Python3.6 +
CentOS + Jenkins
MXNet-Ubuntuのインストール
Centos8のインストール図(非常に詳細なチュートリアル)
CentOS7.Xシステムのインストールと最適化
CentOSでのJava-JDKのインストールと構成
CentOS7のインストールが完了した後に初期化する