'Pip not recognized after update

Screenshot of all the paths

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 !



Solution 1:[1]

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.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Yoel Nisanov