This will set up a basic Python development environment.
pyenv install --list
pyenv global 3.7.7
pip3 install --user pipenv
pipenv install
pipenv shell
Special thanks to Roger Howard.