0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Pythonインストール

Posted at

#はじめに
こちらではpythonのインストールから構築実行までの説明ができればと思います。

#環境
VirtualBox
Vagrant
Cent0S7

こちらで構築の紹介をさせていただいてます参考にどうぞ

#手順
まずはIUSCommunityからインストール

IUS Communityとは?
定期的にRed Hat Enterprise Linuxとそのクローン向けのRPMパッケージを提供しているコミュニティ。

らしいです。

できるだけ最新のソフトウェアを出してくれるらしいのでインストール

$ sudo yum install https://repo.ius.io/ius-release-el7.rpm 

今回は3.6をインストール

$ sudo yum install  -y sudo yum install  -y python36u-devel python36u-pip6u-devel python36u-pip

終わったら確認

$ python3 --version
Python 3.6.8

#まとめ
いかがだったでしょうかこんどはこのpythonについての備忘録(初心者)を書きたいですね

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?