Installez Python 3.6 sur Docker

Aperçu

Installez Python 3.6 dans le conteneur Ubuntu (20.04).

Contenu du script

Préparation

apt-get update
apt-get install wget gcc make zlib1g-dev libssl-dev

Installation de Python

wget https://www.python.org/ftp/python/3.6.1/Python-3.6.1.tgz
tar zxvf Python-3.6.1.tgz 
cd Python-3.6.1
./configure --prefix=/usr/local/python
make && make install

Création de lien

ln -s /usr/local/python/bin/python3.6 /usr/local/bin/python
ln -s /usr/local/python/bin/pip3.6 /usr/local/bin/pip

Mise à jour du pip

pip install --upgrade pip

Présentation du package

pip install setuptools==40.3.0
pip install requests fake_useragent lxml python-amazon-simple-product-api google-compute-engine boto-mws google-api-python-client python-amazon-simple-product-api cssselect pymysql

Remarques

L'introduction du package est un mémo personnel

Recommended Posts

Installez Python 3.6 sur Docker
Installez Python sur Pidora.
Installez Scrapy sur python3
Installer docker sur Fedora31
Installez Python sur Mac
Installer Python 3 dans un environnement Mac
Installez Python3.4 sur CentOS 6.6
Installez python sur Windows
Installez Docker sur AWS
Installez Python 3.4 sur Mac
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
Installez Python 3.8 sur CentOS 8 (AppStream)
[Python] [Chainer] [Windows] Installer Chainer sous Windows
docker build python basé sur alpin
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)
raspberry pi 4 centos7 installer sur docker
Installez Python 3.8 sur Ubuntu 20.04 (norme du système d'exploitation)
Installez xgboost (version python) sur Windows
Installez Python sur Windows + pip + virtualenv
Installez Python 3.7 Anaconda sur MAC, mais Python 2
Installer python3 sur Mac (El Capitan)
Exécutez l'image Docker de TensorFlow sur Python3
Installez Python 3.9 sur Ubuntu 20.04 (norme du système d'exploitation?)
Installer l'environnement de développement Python sur Windows 10
Installez confluent-kafka pour Python sur Ubuntu
Installez Python 2.7 sur Ubuntu 20.04 (norme du système d'exploitation?)
Installez Python sur CentOS en utilisant pyenv
pykintone sur Docker
Python sur Windows
Installation locale de Python
Installez NAOqi python
python sur mac
python chez docker
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]
Créer un serveur CGI fonctionnant sur Python 3 sur Docker
Étapes pour installer l'environnement Python sur Ubuntu
Si scipy est python 2.7.8, l'installation de pip trébuche
Création d'un environnement Ubuntu, Python, OpenCV sur Docker
Installez Python inférieur à 3.5.3 sur macOS Catalina
Dockerfile: installer Docker sur un serveur Linux
Installez pyenv et Python 3.6.8 sur Ubuntu 18.04 LTS
Installez Python 3.8, Pip 3.8 sur EC2 (Amazon Linux 2)
Comment installer python3 avec docker centos
Installer mecab sur Marvericks
Installez Tensorflow sur Mac
Conda Python avec Cygwin
Installez TensorFlow sur Ubuntu
Installez Faiss sur CentOS 7
Installez pyenv sur Mac
Tutoriel [Docker] (Python + php)