Answers for "get the location of python file installed in pc"

1

how to find python location in cmd

python -c "import sys; print(sys.executable)"
Posted by: Guest on June-16-2021

Code answers related to "get the location of python file installed in pc"

Python Answers by Framework

Browse Popular Code Answers by Language