I’m trying to install a virtual environment in order to work with libraries, but it absolutely does not work
python : The name "python" is not recognized as the name of a cmdlet, function, script file, or executable program. Check the spelling of the name, as well as the presence and correctness of the path, and then try again.
line:1 sign:1
- python -m venv scrap
-
+ CategoryInfo : ObjectNotFound: (python:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
>Solution :
On Windows, you need to add Python to your PATH. Try this How to add Python to PATH
And check if Python is installed correctly and restart your PC on this Question restarting the PC helped