Setup script for Python.
curl -L 'https://raw.githubusercontent.com/technote-space/python-setup/master/bin/setup.sh' | bash -s -- <version> <name>
e.g.
curl -L 'https://raw.githubusercontent.com/technote-space/python-setup/master/bin/setup.sh' | bash -s -- 3.7.7 test
- Install brew (macOS)
- Install packages (Linux)
- Install pyenv
- Install Python
- Install Virtualenv
- Install Pipenv