eunomia-bpf / GPTtrace

Generate eBPF programs and tracing with ChatGPT
https://eunomia.dev/GPTtrace/
MIT License
217 stars 21 forks source link

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

Closed zer0-1s closed 1 year ago

zer0-1s commented 1 year ago

修改install.sh

#!/bin/bash

sudo apt install bpftrace
sudo apt-get install python3-pip
pip install -r requirements.txt
github-actions[bot] commented 1 year ago

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

yunwei37 commented 1 year ago

PR please?