Fix adventurelog externally managed

This commit is contained in:
Sam Heinz
2025-01-12 15:41:14 +10:00
parent 5faf05cf0a
commit 0d739764bb
2 changed files with 2 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ $STD apt-get install -y \
python3-pip \
openssh-server \
wget
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
msg_ok "Installed Dependencies"
msg_info "Setting up Node.js Repository"

View File

@@ -20,6 +20,7 @@ msg_ok "Installed Dependencies"
msg_info "Installing Python3 Dependencies"
$STD apt-get install -y {python3,python3-dev,python3-setuptools,python3-distutils,python3-pip}
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
$STD pip install --upgrade pip
msg_ok "Installed Python3 Dependencies"