I am trying to add OpenCV to my python by using pip install but i get the error
##'pip' is not recognized as an internal or external command, operable program or batch file.
when i use the echo %PATH% i get this
##C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Users\jashp\AppData\Local\Programs\Python\Python39;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Program Files\dotnet;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Users\jashp\AppData\Local\Programs\Python\Python39;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Program Files\dotnet;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Program Files\dotnet;C:\Users\jashp\AppData\Local\Microsoft\WindowsApps;C:\Python34\Scripts;;C:\Python34\Scripts
I even tried C:\Users\jashp>setx PATH "%PATH%;C:\pip" and got
##SUCCESS: Specified value was saved.
then i tried C:\Users\jashp>pip install numpy and got
'pip' is not recognized as an internal or external command, operable program or batch file.
The path to my Python is -C:\Users\jashp\AppData\Roaming\Python