0
0

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.

HomebrewのPythonのバージョンを変える

0
Posted at

HomebrewのPythonがいつの間にかPython 3.9になっている

brewのアップデートが入るとPythonが勝手に3.9になる.Python 3.9は新しくて対応してないパッケージがいくつかあって不便なので,Python 3.8に戻す.

HomebrewではPython 3.8 と 3.9 は別物として扱われているのでリンクを変えれば元に戻せる.

$ brew unlink python@3.9
$ brew link python@3.8
0
0
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
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?