简体   繁体   中英

Pip not recognized after update

所有路径截图

Hello, I installed Pandas with pip and then, as my computer said to do, I upgraded Pip. But now, it does not recognize Pip anymore

I've tried so many different ways but it still doesn't work.The last thing I did was install the new Python version.

Thank you !

TLDR+Easy solution - python -m pip install...

First of all you can always do python -m pip install... to use pip.

Second try to use set PATH=%PATH%;C:\Python\Python38-32\Scripts

If still doesn't work, show us the full path you inserted and the files manager with that path.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM