Mac

# pyenvをinstall
brew install pyenv

# 3.10.1をinstall
pyenv install 3.10.1