This question already has an answer here:
I installed the virtualenv
lib via py -m pip install virtualenv
in VS Code under Win10 OS. It says
WARNING: The script virtualenv.exe is installed in 'C:\Users\yashi\AppData\Local\Programs\Python\Python38-32\Scripts' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
The path issue has been struggling me for a long time. I'd like to understand it and fix it.
So what is "this directory"? Where is "PATH" and how can I add the directory to PATH?