From 0847991030edd7875b1e7a7db419d6713eb1fd26 Mon Sep 17 00:00:00 2001 From: lantz Date: Mon, 4 Jan 2021 22:14:10 -0800 Subject: [PATCH] Install pip for debian/ubuntu (#1001) --- util/install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/util/install.sh b/util/install.sh index 7789b04..9438545 100755 --- a/util/install.sh +++ b/util/install.sh @@ -180,7 +180,8 @@ function mn_deps { $install gcc make socat psmisc xterm ssh iperf telnet \ ethtool help2man $pf pylint pep8 \ net-tools \ - ${PYPKG}-setuptools ${PYPKG}-pexpect ${PYPKG}-tk + ${PYPKG}-pexpect ${PYPKG}-tk + $install ${PYPKG}-pip || $install ${PYPKG}-pip-whl $install iproute2 || $install iproute $install cgroup-tools || $install cgroup-bin fi