Skip to content

Commit

Permalink
windowsのpythonインストール方法をpython3にあわせ修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Akira-Taniguchi committed May 4, 2016
1 parent 1a1a2f4 commit b9849a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions source/1_intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,9 @@ Windowsでの場合

WindowsでPythonを利用する場合は、Pythonの公式サイトで配布されているWindowsインストーラを利用します。

次のページで「Latest Python 2 Release - Python 2.7.9」をクリックすると詳細画面に移動します。64ビット版(Windows x86-64 MSI Installer)または32 ビット版(Windows x86 MSI Installer)をダウンロードし、ウィザードに従ってインストールします(:numref:`windows-install`)。
次のページで「Latest Python 3 Release - Python 3.5.1」をクリックすると詳細画面に移動します。64ビット版(Windows x86-64 Installer)または32 ビット版(Windows x86 Installer)をダウンロードし、ウィザードに従ってインストールします(:numref:`windows-install`)。

この時、「Add Python 3.5 to PATH」にチェックを入れておきましょう。自動的に必要な環境変数が設定されます。
- `Python Releases for Windows <https://www.python.org/downloads/windows/>`_

.. _windows-install:
Expand All @@ -126,14 +127,6 @@ WindowsでPythonを利用する場合は、Pythonの公式サイトで配布さ

Python for Windowsのインストール画面

pathの設定
^^^^^^^^^^^^^^^^^^^^^

コマンドプロンプトなどから ``python`` と打ち込んだだけでプログラムを実行できるようにするため、環境変数pathの設定を行います。

コントロールパネルを開き、[システムとセキュリティ]→[システム]→[システムの詳細設定]をクリックすると、[システムのプロパティ]が表示されます。

[詳細設定]タブの[環境変数]ボタンをクリックし、[ユーザー環境変数]の「PATH」に、 ``C:¥Python27¥;C:¥Python27¥Scripts;`` という値を新規追加します。

.. _enjoy-python:

Expand Down
Binary file modified source/images/pythonforwindows1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b9849a9

Please sign in to comment.