'can not add python to the path of environment variable
I have the same old problem of python not being recognized and get this error in VS:
[Running] python -u "c:\Users\Keram\Desktop\WEB\index.py"
'python' is not recognized as an internal or external command,
operable program or batch file.
the solution is said to be putting the path of the python file where it is installed in the PATH of the environment.
but I had the same issue with node.js and had to put its path as the environment variable path.
now if I add python's path, I would not have node.js.
what am I supposed to ?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
