#/usr/bin/env python3

import sys

print(f"Ran script 1 from {sys.executable}")
