when i install python it appeared on the command prompt but pip module was not showing
1 Like
I assume you are using windows. In which case use the py
command to start python. Use the py -m pip
command to access pip.
1 Like