Answers for "find where is python installed"

3

get python directiory

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

Code answers related to "find where is python installed"

Python Answers by Framework

Browse Popular Code Answers by Language