Cómo saber dónde se instala Python en Windows

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