Python Show Interpreter Path

import sys
print(sys.executable)
Outstanding Osprey