PortValhalla/scripts/PopOS/software/python.sh

9 lines
155 B
Bash

#!/bin/bash
# Elevate script
if [ ! "$UID" -eq 0 ]
then
exec sudo bash "$0"
fi
apt install -y python3 python-is-python3 python3-pip
pip install pipenv