Python-Installation (Windows)

Dinge die zu tun sind

Stellen Sie Python unter Windows zur Verfügung.

Voraussetzungen

Umgebung

Vorbereitungen

Laden Sie die erforderlichen Dateien von den folgenden herunter.

Verfahren

Installation von Python selbst

Führen Sie das Installationsprogramm aus

Umgebungsvariablen einstellen

Legen Sie die folgenden Umgebungsvariablen fest.

Variablennamen Wert
PYTHON_HOME C:\Python27

Fügen Sie dem Pfad die folgenden zwei hinzu

Ordnerpfad
%PYTHON_HOME%
%PYTHON_HOME%\Scripts

Bestätigung

> python --version
Python 2.7.6

Dolmetscherausführung

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

Skriptausführung

hello.py


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

hello.py


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

Installieren Sie easy_setup

Führen Sie den folgenden Befehl in dem Ordner aus, in den Sie python ez_setup.py heruntergeladen haben.

> 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 von pip (Paketmanager)

Führen Sie den folgenden Befehl aus.

> 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

Bestätigung der installierten Pakete und Ausgabebeispiel

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

Recommended Posts

Python-Installation (Windows)
Python-Installationsmethode Windows
Python-Installation
Python-Installation
Installationsverfahren für Python 3.6 [für Windows]
Schnellste Python-Installation unter Windows
Python unter Windows
Python Windows-Umgebung
Installation von Python, SciPy, matplotlib (Windows)
Python-Installation 2020 (macOS)
Installationshinweise zu Python3.4
Python-Grundkurs (2 Python-Installation)
Erweitertes Lernen 1 Python-Installation
Installieren von Python 3.3 rc1
Python 2.7-Installation (yum) (CentOS 6.8)
Python ab Windows 7
Python Basic ② in Windows
Installieren Sie Python unter Windows
Installation von matplotlib (Python 3.3.2)
Installieren Sie Python (für Windows)
Python 3.5-Installation (yum) (CentOS 6.8)
Aktivieren Sie Python virtualenv unter Windows
Python mit VSCode (Windows 10)
Python (pyenv + pyenv-virtualenv) + CentOS7-Installation
Installationsverfahren für Python CMS Mezzanine
So installieren Sie Python [Windows]
Führen Sie Python mit PyCharm aus (Windows)
Installieren Sie Watchdog unter Windows + Python 3.3
Installieren Sie Python und Flask (Windows 10)
Python
Windows 10: Installieren der DLIB-Bibliothek für Python
Python + Kivy-Entwicklung unter Windows
Aufbau einer Python-Umgebung (Windows 10 + Emacs)
Python-Installation und grundlegende Grammatik
OpenCV3-Installation für Python3 @macOS
Sphinx-Autobuild (0.5.2) unter Windows7, Python 3.5.1, Sphinx 1.3.5
Python-Installation (Mac Edition) (alt)
Erstellen Sie eine GVim-basierte Python-Entwicklungsumgebung unter Windows 10 (1)
Erstellen Sie eine Python-Umgebung unter Windows
Installation der Python 3-Serie für Mac
Erstellen Sie eine Python-Umgebung mit Windows
Ruby, Installationshandbuch für Python-Module
Erstellen einer Python-Umgebung unter Windows 7
Ich habe Python unter Windows ausgeführt
[Python] [Chainer] [Windows] Chainer unter Windows installieren
Python-Installation in 2 Zeilen @Windows
Verwenden Sie Python unter Windows (PyCharm)
Quellinstallation und Installation von Python
Zeitsynchronisation (Windows) mit Python
Python (Python 3.7.7) Installation und grundlegende Grammatik
Installieren Sie dlib für Python (Windows)
[Python] Mit Tkinter mehrere Fenster anzeigen
Python-Umgebungskonstruktionsnotiz unter Windows 10
Gesichtserkennung mit YOLO Face (Windows10, Python3.6)
Python 3.6 unter Windows ... und zu Xamarin.
Installieren von Kivy unter Windows 10 64bit Python3.5
Drücken Sie einen Befehl in Python (Windows)
Installation von SciPy und matplotlib (Python)
Ich habe versucht, Python zu berühren (Installation)