Add to PATH linuxLast updated Nov 2, 2022 Edit SourceLinuxUnixBash1 2 3 4 export PATH="/some/path/something:$PATH" # or PATH="/path/to/dir:$PATH"