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

Popular posts from this blog

The specified initialization vector (IV) does not match the block size for this algorithm

NodeJS: Error: spawn EINVAL in window for node version 20.20 and 18.20