From d0180af0437c817be2aa01d92868bbdc3b53e909 Mon Sep 17 00:00:00 2001 From: Gabriel Somlo Date: Tue, 14 Jan 2020 16:26:44 -0500 Subject: [PATCH] update dependency installer to python3 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 41483405..629079bc 100755 --- a/install.sh +++ b/install.sh @@ -8,7 +8,7 @@ function install_python_depencencies() { } function install_python_dev_dependencies() { - sudo pip install pipenv grpcio-tools + sudo python3 -m pip install pipenv grpcio-tools } function install_ospf_mdr() {