This is a template for a simple python project.
Install Pyenv and setup python version
./setup/install.sh
./setup/setup.sh
- List all installable versions
pyenv install -l - Install version
pyenv install <version> - Select version for current shell
pyenv shell <version> - Select version for directory
pyenv local <version> - Select version globally
pyenv global <version> - Uninstall version
pyenv uninstall <version>