PortValhalla/scripts/PopOS/software/python.sh

9 lines
155 B
Bash
Raw Normal View History

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