Answers for "find location of python on pc"

1

how to find python location in cmd

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

how to get location using python

import os
os.system('echo $PWD')
Posted by: Guest on May-23-2021

Code answers related to "find location of python on pc"

Python Answers by Framework

Browse Popular Code Answers by Language