Skip to main content

Module effective_path

Module effective_path 

Source
Expand description

Process-wide PATH enrichment for children spawned by AFT.

Daemon launches can inherit a system-only PATH that misses the user’s package managers and version-manager shims. AFT initializes this module before any helper threads start so later subprocesses inherit the same PATH a login terminal would provide.

Functions§

effective_path
initialize_process_path
Compute and export AFT’s process PATH.
new_command
Create a new Command with the effective PATH set on Unix.