eunomia-bpf / GPTtrace

Generate eBPF programs and tracing with ChatGPT

Home Page:https://eunomia.dev/GPTtrace/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] ./install.sh: line 4: pip: command not found

zer0-1s opened this issue · comments

修改install.sh

#!/bin/bash

sudo apt install bpftrace
sudo apt-get install python3-pip
pip install -r requirements.txt

Thanks for using eunomia-bpf! We appreciate your help and we’ll take care of this as soon as possible.

PR please?