how to find python location in cmd

Solutions on MaxInterview for how to find python location in cmd by the best coders in the world

showing results for - "how to find python location in cmd"
Tomas
09 Jan 2018
1python -c "import sys; print(sys.executable)"
2