Describe the bug
The installer completely overwrites the NUKE_PATH environment variable which can break a lot of Nuke environments.
Expected Behaviour
We should make reversible changes wherever possible. The installer should append to NUKE_PATH instead of clobbering it.
Current Behaviour
The installer just overrides the value of NUKE_PATH as described here:
|
<value>${nuke_installdir}</value> |
Reproduction Steps
Run the installer on a linux machine. Check /etc/profile.d/deadline* and note the value of NUKE_PATH in it.

Environment
At minimum:
- Operating system: Linux
- Version of Nuke: n/a
- Version of this package: 0.18.8
- If this is from a version installed by the Deadline Cloud Submitter installer, then what version of the submitter installer? DeadlineCloudSubmitter-2025.02.06.0-linux-x64-installer.run
Describe the bug
The installer completely overwrites the NUKE_PATH environment variable which can break a lot of Nuke environments.
Expected Behaviour
We should make reversible changes wherever possible. The installer should append to NUKE_PATH instead of clobbering it.
Current Behaviour
The installer just overrides the value of NUKE_PATH as described here:
deadline-cloud-for-nuke/install_builder/deadline-cloud-for-nuke.xml
Line 90 in f6ce5d7
Reproduction Steps
Run the installer on a linux machine. Check /etc/profile.d/deadline* and note the value of NUKE_PATH in it.
Environment
At minimum: