Как узнать, где Python установлен на Windows

python -c "import os, sys; print(os.path.dirname(sys.executable))"
subham