VOOZH about

URL: https://qiita.com/Hams/items/ec862c5122d511ccfb92

⇱ Python3.7.1の環境構築 #python3.7 - Qiita


👁 Image
1

Go to list of users who liked

0

Share on X(Twitter)

Share on Facebook

Add to Hatena Bookmark

More than 5 years have passed since last update.

Python3.7.1の環境構築

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

Go to list of users who liked

0
0

Go to list of comments

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

Go to list of users who liked

0