pip command not found - setting up new VM
This could happened for many reason. Path not set correctly etc etc. For my case, I am setting up a new VM and probably need to install the required pip. To resolve this, I simply had to :-
sudo apt install python3-pip
Comments