Python を asdf でインストールする
2026年7月19日(日)
最初に
備忘録メモ。
Python を asdf でインストール
Pyrhon も asdf で統合管理するため、Homebrew 経由でインストールしていた Python をアンインストールして最新の Python をインストールする。
Homebrew 経由で入れた Python のアンインストール
brew uninstall python確認
which python3asdf を使って Python をインストールする
Python プラグインの確認
asdf plugin list all | grep pythonプラグインのインストール
asdf plugin add python https://github.com/danhper/asdf-python.gitバージョンを指定して Python をインストール
asdf install python 3.14.6使用するバージョンを指定
asdf set -u python 3.14.6確認
asdf listpython -V