Answers for "find python script path"

2

python get script path

os.getcwd()
Posted by: Guest on June-03-2020
3

find python path windows

>>> import os
>>> import sys
>>> os.path.dirname(sys.executable)
'C:\\Python25'
Posted by: Guest on December-09-2020

Python Answers by Framework

Browse Popular Code Answers by Language