I had a pip that worked ok, but then I did:
PATH=$PATH:C:\Users\Lior\AppData\Roaming\Python\Python39\Scripts
to fix the tensorflow import problem ImportError: No module named tensorflow
and after that pip is no longer recognized, when I type:
pip install tensorflow --ignore-installed --user
It response by:
'pip' is not recognized as an internal or external command,operable program or batch file.
How I fix it back?