Überprüfen Sie, ob die env -Variable Python existiert

if os.getenv("FOO") is not None:
    // var exists
Mardax