How to fix `The system cannot find the path specified` error on Windows 10?
I am using Windows 10.
I keep encountering the error message
The system cannot find the path specified
whenever I run a python script, start a cygwin terminal, bash script ...
There is no meaningful error message to pinpoint the exact cause. I suspect this is due to one of the pathnames in PATH variable to be pointing to non-existent path. How can I find out which pathname is causing it?