Pip command is not working in windows

‘pip’ is not recognized as an internal or external command,
operable program or batch file.

Hello @discobot,
First check if python is installed or not. Using command on CMD.
python --version
This error may be due to you need to add pip to system environment variable as guided in course.

Hi! To find out what I can do, say @discobot display help.

Hello @discobot,
First have you installed jupyter notebook in your system if not you can do it using following link to install anaconda distribution.
This will install all the python libraries and python in your system.Then you open anaconda prompt from search bar and navigate to the folder where you will be working with python files using cd command.
Then type following command to open jupyter notebook

jupyter notebook
Then it will open jupyter.

Hi! To find out what I can do, say @discobot display help.

Hello @discobot,
The link to download anaconda distribution is.


And for pip error you can add in the system path you can refer the below link.
https://www.geeksforgeeks.org/how-to-install-pip-on-windows/

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.