2
2

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 3系のインストール for mac

2
Last updated at Posted at 2017-04-27

macOS Sierraにはデフォルトで2系のpythonがインストールされているが3系のpythonを使用したかったのでインストールしました。

インストール方法

brew install python3

実行する時、python3と指定しないとデフォルトのpython2系で実行されてしまいます。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?