Sorry for the simple question (I am brand new to this)
I'm currently using Python 3.7. It came with pip installed automatically but I am unable to get it to display the current version from CMD (I use windows 10)
However, in the Pycharm terminal it works perfectly. I don't know why everyone says "pip --version" should work in CMD. I tried it and it didn't work.
What could be the cause?
I've tried using the same commands everyone else uses to display current pip version.
location for pip installment is C:\Users\"Username"\Desktop\untitled\venv\Scripts
when i run pip --version or just pip it says in cmd 'pip' is not recognized as an internal or external command, operable program or batch file.
Running cmd as admin didn't help either.
It's not a crisis considering the fact that pip works and i get the package system and the imports running after i did the commands in the pycharm terminal. I'm just looking for a reason as to why it's unable to find the pip in the "normal" cmd versus the pycharm built in terminal.