From 932e96ffa030b1f5122c000b0e7c20196cec3d01 Mon Sep 17 00:00:00 2001 From: zer0-1s Date: Mon, 20 Feb 2023 00:09:45 +0800 Subject: [PATCH] fix pip: command not found --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 599b260..f237527 100755 --- a/install.sh +++ b/install.sh @@ -1,4 +1,5 @@ #!/bin/bash sudo apt install bpftrace +sudo apt-get install python3-pip pip install -r requirements.txt