Resolved: Can Python be invoked against a script file with a parameter-name for the script filepath?
Question: Does anyone know if the python3 command on Linux can have some sort of SOME_NAMED_OPTION=filename.py after it rather than just calling python3 filename.py? I have a job scheduling tool I’d like to execute a Python script with that’s kind ...