'Pip not recognized after update
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 |

