Linux:

echo $PATH

Alt text

Windows cmd窗口

echo %PATH%

Alt text

Windows PowerShell

$env:PATH

Alt text