LoginSignup
0
1

More than 5 years have passed since last update.

[mac] Homebrewを使ってPython3をインストールする

Posted at

やること

MacOSでHomebrewを使ってPython3をインストールします。
環境分離はvenvで行います。pyenvは使いません!

環境

$ python --version
Python 2.7.10

手順

  • homebrewのアップデート
$ brew update
$ brew --version
Homebrew 2.1.0
Homebrew/homebrew-core (git revision 0d812d; last commit 2019-04-05)
  • Python3インストール
$ brew install python3

ただこれだけの手順ですが、実行時にbrewがコケて死にました。
別の記事にまとめてあるので必要なら以下のURLから!

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