I have already installed Python in my laptop (x64). I am also trying to install pip (termed as Python Package Index (PyPI)) and it is working when I run the command pip -V which displays the version and the location directory of it.
But when I run the command python --version , it does not show me the version of it.
Also when I run the command it returns this :
pip install opencv-python p' is not recognized as an internal or external command, operable program or batch file.
Do I have to install python again?