Someone please help me i have an error in windows PowerShell of pip not recognize | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Someone please help me i have an error in windows PowerShell of pip not recognize

3rd Dec 2020, 7:01 AM
mohammed bazil
mohammed bazil - avatar
2 Answers
+ 2
If you have got Python installed, it is likely that pip is not on the system path. There are several levels of python installation: - global - local user - project / virtual environment And different libraries may be available at each level. Check if this helps solve your issue: https://datatofish.com/add-python-to-windows-path/
3rd Dec 2020, 7:40 AM
Tibor Santa
Tibor Santa - avatar
0
Do you have Python installed on your Windows PC?
3rd Dec 2020, 7:32 AM
Ore
Ore - avatar