LoginSignup
0
0

More than 5 years have passed since last update.

Python のインストール (Windows : Python 3.7.2)

Last updated at Posted at 2019-03-21

Python のインストール (Windows : Python 3.7.2)

Python 公式サイトからインストールファイルをダウンロードする

  • 以下サイトから自身の環境に合ったファイルをダウンロードする。

Python 公式サイト

010-python-site.png

  • ダウンロードしたファイルを実行する。

020-python-install-01.png

  • Install Now を押下し、インストールを進める。

030-python-install-02.png

  • Closeを押下してインストールを終了する。

  • PowerShell もしくは コマンドプロンプトを実行してpythonが実行できることを確認する。

040-python-command-01.png

  • quit() を実行してPythonを終了する。

  • pipコマンドも使用できることを確認する。
    (Python.orgのインストーラーでインストールした場合、Python3.4以降pipも同時にインストールされる。)

050-python-command-02.png

  • Python のインストール完了

  • pip管理のパッケージを簡単にアンインストール可能なツールをインストールしておく。

  python -m pip install pip-autoremove
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0