Skip to main contentwhere is python installed

Where Is Python Installed Site

Are you trying to connect Python to an editor like ?

The terminal will return a single path, such as /usr/local/bin/python3 . Common Unix Locations /usr/bin/python where is python installed

import sys print(sys.executable)

or using whereis :

Python’s installation location varies significantly depending on the operating system and how the installation was initiated. Are you trying to connect Python to an editor like