Installez Python sur Pidora.

Motivation

Je l'ai fait parce que je voulais Python pour la chose que Pidora a été installé sur RaspberryPi.

spécification

Environnement de contrôle de fonctionnement

Code source

Ceci est un script bash. Ajoutez d'autres fonctionnalités au besoin.

install_python


#!/usr/bin/env bash

VERSION=3.6.0

yum groupinstall "Development tools" -y
yum install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-devel tk-devel -y

cd /opt/
curl -O https://www.python.org/ftp/python/${VERSION}/Python-${VERSION}.tgz
tar zxf Python-${VERSION}.tgz

cd Python-${VERSION}
./configure --prefix=/opt/local
make && make altinstall

référence

http://qiita.com/a_yasui/items/5f453297855791ed648d

Recommended Posts

Installez Python sur Pidora.
Installer python sur WSL
Installez Scrapy sur python3
Installez Python sur Mac
Installer Python 3 dans un environnement Mac
Installez Python3.4 sur CentOS 6.6
Installez python sur Windows
Installez Python 2.7.3 sur CentOS 5.4
Installez Python 3.3 sur Ubuntu 12.04
Installez Python 3.4 sur Mac
Installez Python 3.6 sur Docker
Installez Python 3.8 sur RHEL 8 (AppStream)
Installer watchdog sur Windows + Python 3.3
Installer python
Installer pygame sur python3.4 sur Mac
Installez Python 3.8 sur CentOS 7 (SCL)
Installez pandas 0.14 sur python3.4 [sur Mac]
Installez OpenCV sur Ubuntu + python
Python --Installez MySQLDB sur EC2
Installez Python 3.8 sur CentOS 8 (AppStream)
[Python] [Chainer] [Windows] Installer Chainer sous Windows
Installez Python Pillow sur Amazon Linux
Installez Python 3.8 sur Ubuntu 18.04 (norme du système d'exploitation)
Installez Python 3 sur le serveur Sakura (FreeBSD)
Installez Python 3.8 sur Ubuntu 20.04 (norme du système d'exploitation)
installation de python2.7 dans un environnement Windows 32 bits
Installez xgboost (version python) sur Windows
Installez Python sur Windows + pip + virtualenv
Installez Pytorch sur Blender 2.90 python sous Windows
Installez Python 3.7 Anaconda sur MAC, mais Python 2
Installer python3 sur Mac (El Capitan)
Installez Python 3.9 sur Ubuntu 20.04 (norme du système d'exploitation?)
Installer l'environnement de développement Python sur Windows 10
Installer Python sur CentOS à l'aide de Pyenv
Installez confluent-kafka pour Python sur Ubuntu
Installez Python 2.7 sur Ubuntu 20.04 (norme du système d'exploitation?)
Étapes pour installer python3 sur Mac
Installez Python sur CentOS en utilisant pyenv
Python sur Windows
twitter avec python3
Installation locale de Python
Installez NAOqi python
python sur mac
Installer le contrôle Python
Python sur Windbg
CentOS8 --Installer --Python3
[Kivy] Comment installer Kivy sur Windows [Python]
Installez la bibliothèque python sur Lambda à l'aide de [/ tmp]
Étapes pour installer l'environnement Python sur Ubuntu
Si scipy est python 2.7.8, l'installation de pip trébuche
Installez Python inférieur à 3.5.3 sur macOS Catalina
Installez python sur xserver pour utiliser pip
Installer Python3 sur le serveur mixhost [Actuellement NG]
Installez pyenv et Python 3.6.8 sur Ubuntu 18.04 LTS
Installez Python 3.8, Pip 3.8 sur EC2 (Amazon Linux 2)
Installer mecab sur Marvericks
Conda Python avec Cygwin
Installez TensorFlow sur Ubuntu
Installez pyenv sur Mac
Installer pip sur Mavericks
Configuration de PyOpenGL sur Python 3