[BUG] ./install.sh: line 4: pip: command not found
zer0-1s opened this issue · comments
zer0-1s commented
修改install.sh
#!/bin/bash
sudo apt install bpftrace
sudo apt-get install python3-pip
pip install -r requirements.txt
github-actions commented
Thanks for using eunomia-bpf! We appreciate your help and we’ll take care of this as soon as possible.
云微 commented
PR please?