From 5db2666bbe8ef88268b3a37887456878682229fd Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Wed, 20 Mar 2024 23:05:26 +0100 Subject: [PATCH] Actually install `pipenv` --- scripts/Debian/Software/Pipenv/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Debian/Software/Pipenv/install.sh b/scripts/Debian/Software/Pipenv/install.sh index ebf2afd9..c4e0a186 100755 --- a/scripts/Debian/Software/Pipenv/install.sh +++ b/scripts/Debian/Software/Pipenv/install.sh @@ -1,2 +1,2 @@ #!/bin/bash -sudo apt install -y python3 python-is-python3 python3-pip; +sudo apt install -y python3 python-is-python3 python3-pip pipenv;