Installation de Python (Windows)

Choses à faire

Rendre Python disponible sur Windows.

Conditions préalables

environnement

Préparation préalable

Téléchargez les fichiers nécessaires à partir de ce qui suit.

procédure

Installation de Python lui-même

Exécutez le programme d'installation

Définition des variables d'environnement

Définissez les variables d'environnement suivantes.

Nom de variable valeur
PYTHON_HOME C:\Python27

Ajoutez les deux suivants au chemin

Chemin du dossier
%PYTHON_HOME%
%PYTHON_HOME%\Scripts

Vérification

> python --version
Python 2.7.6

Exécution de l'interprète

> python
>>> print "hello, world"
hello, world
>>> exit()

Exécution du script

hello.py


print "hello, world"
> python hello.py
hello, world

hello.py


#coding: UTF-8
print "Bonjour, world"
> python hello.py
Bonjour, world

Installez easy_setup

Exécutez la commande suivante dans le dossier où vous avez téléchargé python ez_setup.py.

> python ez_setup.py
.
.
Installed c:\python27\lib\site-packages\setuptools-2.0-py2.7.egg
Processing dependencies for setuptools==2.0
Finished processing dependencies for setuptools==2.0

Installation de pip (gestionnaire de paquets)

Exécutez la commande suivante.

> easy_install pip
.
.
Installed c:\python27\lib\site-packages\pip-1.4.1-py2.7.egg
Processing dependencies for pip
Finished processing dependencies for pip

Confirmation des packages installés et exemple de sortie

> pip freeze
Jinja2==2.7.1
MarkupSafe==0.18
Pygments==1.6
Sphinx==1.2
docutils==0.11

Recommended Posts

Installation de Python (Windows)
Méthode d'installation Python Windows
Installation de Python
Installation de Python
Procédure d'installation de Python 3.6 [pour Windows]
Installation de Python la plus rapide sous Windows
Python sur Windows
environnement windows python
Installation de Python, SciPy, matplotlib (Windows)
Installation de Python 2020 (macOS)
Notes d'installation de Python3.4
Cours de base Python (2 installation Python)
Apprentissage amélioré 1 installation de Python
Installation de Python 3.3 rc1
Installation de Python 2.7 (yum) (CentOS 6.8)
Python à partir de Windows 7
python basic ② sous windows
Installez python sur Windows
Installation de matplotlib (Python 3.3.2)
Installez Python (pour Windows)
Installation de Python 3.5 (yum) (CentOS 6.8)
Activer Python virtualenv sous Windows
Python avec VSCode (Windows 10)
python (pyenv + pyenv-virtualenv) + installation CentOS7
Procédure d'installation de Python CMS Mezzanine
Comment installer Python [Windows]
Exécutez python avec PyCharm (Windows)
Installer watchdog sur Windows + Python 3.3
Installez Python et Flask (Windows 10)
Python
Windows10: installation de la bibliothèque dlib pour python
Développement Python + Kivy sous Windows
Construction de l'environnement Python (Windows10 + Emacs)
Installation de Python et grammaire de base
Installation d'OpenCV3 pour Python3 @macOS
Sphinx-autobuild (0.5.2) sous Windows7, Python 3.5.1, Sphinx 1.3.5
Installation de Python (édition Mac) (ancienne)
Créer un environnement de développement Python basé sur GVim sur l'installation de Windows 10 (1)
Créer un environnement Python sur Windows
Installation de la série Python 3 pour Mac
Construire un environnement Python avec Windows
Ruby, Guide d'installation du module Python
Construire un environnement Python sous un environnement Windows 7
J'ai exécuté python sur Windows
[Python] [Chainer] [Windows] Installer Chainer sous Windows
Installation de Python en 2 lignes @Windows
Utiliser Python sur Windows (PyCharm)
Installation source et installation de Python
Synchronisation de l'heure (Windows) avec Python
Installation de Python (Python 3.7.7) et grammaire de base
Installer dlib pour Python (Windows)
[Python] Afficher plusieurs fenêtres avec Tkinter
Mémo de construction de l'environnement Python sur Windows 10
Détection de visage avec YOLO Face (Windows10, Python3.6)
Python 3.6 sous Windows ... et vers Xamarin.
Installation de Kivy sur Windows10 64 bits Python3.5
Appuyez sur une commande en Python (Windows)
Installer SciPy et matplotlib (Python)
J'ai essayé de toucher Python (installation)