Python is not found. Run without arguments to proceed.
Solved
Kalux
-
PierrotLeFou -
PierrotLeFou -
Hello,
As you can see in the title, I am getting this error when I enter "python --version" in the cmd on my PC, while the Python application is properly installed. I have already added the Python folder paths to the Windows path along with pip, and nothing has changed... I have uninstalled and reinstalled at least 4 times, I check the path box, I add it manually but nothing works.
I don't know where the problem is coming from and I'm stuck, please help me.
4 réponses
The Paths are always updated on startup, whether on Windows or Linux or otherwise, to my knowledge.
It's nothing new.
In fact, we can do it beforehand. On Windows, I can do:
set path=...
I think on Linux, we could do:
PATH=...