Add a separate script for installing Pipenv

This commit is contained in:
Manuel Thalmann 2023-04-02 04:15:57 +02:00
parent 35a2c5cae8
commit 49277ad2bf
3 changed files with 3 additions and 1 deletions
scripts/Debian/Software/Python

View file

@ -1,3 +1,2 @@
#!/bin/bash
sudo apt install -y python3 python-is-python3 python3-pip;
sudo pip install pipenv;