1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Python3.7.1の環境構築

Posted at

自分用メモ

python公式
Windows x86-64 web-based installer は後から追加Downloadしてくる。オンラインじゃないとNG
Windows x86-64 executable installer は一括Download。オフラインでも使える
今回は前者を使用

python_installer.png
下部の"Add python 3.7 to path"を忘れずに。
これにチェック入れておけばPATHを通してくれる(はず)
pipも入れておくべき。パッケージのインストールが楽になる
デフォルトでチェック入っているので、Cunsmize installationで外さないように

pipの使い方はコマンドプロンプトから
PowerShellからでも可能

pip install numpy
って感じで適宜追加していく
最新版だからいくつか対応していないパッケージがありそう

とりあえず今日はここまで

1
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
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?