I have installed python on my windows laptop appropriately but am unable to use or execute many things due to this kind of error. How do I come out of the shell and execute
I want to install modules and libraries on python and want to get rid of this error.
pipis not a command for the interpreter, it is a module. To invoke pip you should enterpython3 -m pip install numpyon your command line.