From 842709ee86dfe9ba4dfabb8b3dc2e4e5edb6b378 Mon Sep 17 00:00:00 2001 From: Bruce Allen <bdallen@nps.edu> Date: Fri, 22 Mar 2024 15:37:00 -0700 Subject: [PATCH] add python3-pip to the installer for Ubuntu --- install_mp.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/install_mp.bash b/install_mp.bash index c592425..e5061e3 100755 --- a/install_mp.bash +++ b/install_mp.bash @@ -96,6 +96,7 @@ ubuntu) sudo apt install libc6-dev-i386 sudo apt install csh sudo apt install git + sudo apt install python3-pip pip3 install --upgrade pip pip3 install PySide6 pip3 install pyspellchecker -- GitLab