#!/bin/bash # Python setup script # Install Python sudo apt-get update sudo apt-get install -y python3 python3-pip python3-venv