Python Show Interpreter Path
import sys
print(sys.executable)
Outstanding Osprey
import sys
print(sys.executable)