jafingerhut / p4-guide

Guide to p4lang repositories and some other public info about P4
530 stars 155 forks source link

Update install-p4dev-v6.sh #52

Closed thedini closed 1 year ago

thedini commented 1 year ago

Added an apt-get update to the script to prevent an error encounter on new machines where the scrip hangs when it can't find python3-pip

+ sudo apt-get --yes install python3-pip
Reading package lists...
Building dependency tree...
Reading state information...
Package python3-pip is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'python3-pip' has no installation candidate