0x4E4F@sh.itjust.works to linuxmemes@lemmy.worldEnglish · 7 months agoTo be honest, it is quite complicated now as well with all of the proprietary softwaresh.itjust.worksimagemessage-square151fedilinkarrow-up1626arrow-down163
arrow-up1563arrow-down1imageTo be honest, it is quite complicated now as well with all of the proprietary softwaresh.itjust.works0x4E4F@sh.itjust.works to linuxmemes@lemmy.worldEnglish · 7 months agomessage-square151fedilink
minus-squareexcitingburp@lemmy.worldlinkfedilinkarrow-up8·7 months agoexport PATH=$PATH:/mypath1:/mypath2 in ~/.profile. Means “add :/mypath1:/mypath2 to what is already in $PATH.” If you need the entire system to be aware, set or update it in /etc/environment with PATH=...
export PATH=$PATH:/mypath1:/mypath2
in~/.profile
. Means “add:/mypath1:/mypath2
to what is already in $PATH.” If you need the entire system to be aware, set or update it in/etc/environment
withPATH=...