deploymate / app /templates /python_setup.j2
shakauthossain's picture
Version 1.0.0
4e9eb6a
raw
history blame contribute delete
129 Bytes
#!/bin/bash
# Python setup script
# Install Python
sudo apt-get update
sudo apt-get install -y python3 python3-pip python3-venv