pyenv
複数のPythonのversion管理
code:_
pyenv install 3.9.1
pyenv global 3.9.1
pyenv local 3.8.5