pythonインストールファイルのダウンロード

Download Python
The official home of the Python Programming Language
https://www.python.org/downloads/release/python-2711/
Python 64bit: Windows x86-64 MSI installer
Python 32bit: Windows x86 MSI installer
pythonのインストール
Pathの設定
1 2 |
C:\Python27; C:\Python27\Scripts; |
※ PYTHONPATH を設定するか否か?
ez_setup.pyのダウンロード
https://bootstrap.pypa.io/ez_setup.py
ez_setup.pyのインストール
ez_setup.pyをダウンロードしたフォルダで、
1 |
> python ez_setup.py |
pipのインストール
1 |
> easy_install pip |
コメント