sudo apt update sudo apt install python3-pip -y sudo apt install python3-venv -y python3 -m venv venv . venv/bin/activate sudo apt install nginx -y sudo systemctl start nginx sudo systemctl enable nginx