[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[HTCondor-users] Condor unsetting PATH and setting only variable and not environment



Hi,
I have HTCondor-CE and HTCondor 24.7.3ï
I don't think I did any special configuration about the environment.

When submitting jobs they have PATH=/usr/local/bin:/usr/bin and no PATH variable in the environment.
1. I don't know where the PATH is coming from
- The PATH of the user the job is running under is different
- This is at the beginning of my job
2. Why is only the variable set and not the environment?
- This causes problems with shell scripts because PATH is undefined in subprocesses (e.g. commands executed in the script)

Anyone experimenting something similar or knowing the answers to 1 and 2?
Thanks,
Marco