Install pip for debian/ubuntu (#1001)

This commit is contained in:
lantz
2021-01-04 22:14:10 -08:00
committed by GitHub
parent 462929b3af
commit 0847991030
+2 -1
View File
@@ -180,7 +180,8 @@ function mn_deps {
$install gcc make socat psmisc xterm ssh iperf telnet \ $install gcc make socat psmisc xterm ssh iperf telnet \
ethtool help2man $pf pylint pep8 \ ethtool help2man $pf pylint pep8 \
net-tools \ net-tools \
${PYPKG}-setuptools ${PYPKG}-pexpect ${PYPKG}-tk ${PYPKG}-pexpect ${PYPKG}-tk
$install ${PYPKG}-pip || $install ${PYPKG}-pip-whl
$install iproute2 || $install iproute $install iproute2 || $install iproute
$install cgroup-tools || $install cgroup-bin $install cgroup-tools || $install cgroup-bin
fi fi