Python and LEMP stack

Get pip, venv, and git:

sudo apt install python3-pip
apt-get install python3-virtualenv
sudo apt install python-is-python3
sudo apt install git

Set up LEMP stack following this tutorial.