3
3

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.

【備忘録】Pythonセットアップ

Posted at

#はじめに
この備忘録は、Anaconda3 5.1.0 (Python3.6.4) のインストール時のメモ書きです。
最終的にはPyCharmで開発を行えるようにしたいと思います。

#OS
Windows 10 Pro 64bit

#手順

まずは、下記URLからAnacondaのインストーラをDL。
https://www.anaconda.com/download/
1-01.png

画面の下に行くとダウンロードボタンがあるので、自分の環境に合わせたものを選択。
1-02.png

DLしたexeをダブルクリックで実行する。

Next >
1-03.png

(利用規約を読んで) I Agree.
1-04.png

Just Me を選択して Next >
1-05.png

任意のディレクトリを指定
(今回はデフォルトのまま、ユーザのディレクトリ下にインストール)
1-06.png

このまま Next >
1-07.png

インストールちう…
1-08.png

おわった!
1-09.png

せっかくなので(?) VSCodeも入れておく
1-10.png

インストール完了!!
1-11.png

##試しに動かしてみる…
IDLEで起動してみる。
実行する場合は、このあたりのパスを通しておいたほうがらくちん
1-12.png

Win + R から、IDLE と入力
1-13.png

一度まっくろな画面が立ち上がった後…
1-14.png

PythonのShellで入力できるようになる
1-15.png

#次回
次はPyCharmのインストール備忘録予定

3
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
3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?