どのネット上の記事でも、微妙にパッケージが足りないので、自分用にメモ
Install dependencies
$ sudo apt install git gcc make openssl libssl-dev libbz2-dev libreadline-dev libsqlite3-dev zlib1g-dev libffi-dev
Install pyenv
https://github.com/pyenv/pyenv#basic-github-checkout
Install Python 3.7
$ pyenv install 3.7.4