Issues Running Python Script on PUP

I’m consistently experiencing the following error when trying to run a python script through PowerShell Universal Platform web UI:

“Error executing job: An error occurred trying to start process ‘usr/bin/python’ with working directory ‘/home/psuniv/.PowerShellUniversal/Repository’. No such file or directory”

‘usr/bin/python’ is the path to python specified in the environment variable, and the environment is using the ‘{scriptPath}’ argument. The script I’m trying to execute is located in the ‘Repository’ folder, but I cannot seem to reconcile this path misalignment. Any help anyone can provide is greatly appreciated.