0
1

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 Install 方法【Mac編】

Posted at

pythonを勉強している初心者です。
この記事は学習の目的として記録中です。
なので、参考にできる記事とか内容が間違ってたらコメントをよろしくお願いします。

開発環境

OS : macOS Catalina
Version : 10.15.3

Download

Downloadページへ
スクリーンショット 2020-03-29 17.59.37.png
Download Python 3.8.2をクリック。

Install

スクリーンショット 2020-03-29 18.06.17.png 1. ファイルをOpen! 2.「続ける」ボタンを〜 ※許諾への同意を求められたら、「同意する」ボタンを選択! 3.「〜 was successfully installed.」メッセージが表示されたら問題なし!

SSL証明書Install

Python3.6以降はSSL証明書のInstallが必要。

  1. アプリケーションOpen。
  2. Python 3.xフォルダOpen。
  3. 「Install Certificates.command」をダブルクリック。
    ※インストールを行う。

実行方法

$ python3
または
$ python3.X

参考記事

macOS環境のPython

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?