These are some extra tools that can be deployed on a linux-vm.
We install them in /opt/tools
sudo chown $USER:$USER /opt
cd /opt
git clone https://github.com/woutervh/tools.git tools
cd /opt/tools
cd /opt/tools/<tool-name>
make install
> cd /opt/tools/pyenv
> make install
> pyenv --help
> cd /opt/tools/poetry
> make install
> poetry --help