LoginSignup
1
3

More than 3 years have passed since last update.

Windows10 で Python をインストール

Last updated at Posted at 2019-07-14

こんにちは。ドミノ(@dr3mms)です。
Windowsで環境を作るのに毎回検索するのでまとめました。

ダウンロード

公式サイト - Downloads

image.png
下の Python 3.7.4Download をクリック

image.png
Windows x86-64 executable installer をクリックしてダウンロード


インストール

python-3.7.4-amd64.exe を管理者として実行する

image.png
Add Python 3.7 to PATH にチェックを入れる(環境変数に設定する)
Customize installation をクリックする

image.png
デフォルトで Next

image.png
Customize intall location任意のパス\Python37 にする
Install をクリックしてインストール


pyenv インストール

pyenv-win

pip install pyenv-win --target ~/.pyenv

環境変数 PATH に以下を設定する
{ホームディレクトリ}\.pyenv\pyenv-win\bin
{ホームディレクトリ}\.pyenv\pyenv-win\shims

pipenv インストール

pip install pipenv

AWS CLI インストール

pip install awscli
1
3
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
1
3