Answers for "how to find python installation location"

3

get python directiory

import sys
print('\n'.join(sys.path))
Posted by: Guest on May-09-2020

Code answers related to "how to find python installation location"

Python Answers by Framework

Browse Popular Code Answers by Language