def install_python(): sudo('apt-get update') sudo('apt-get install python3-pip python3-dev python3-venv')