How to add home directory path to be discovered by Unix which command?
I have installed node.js at custom location and added the location to the $PATH in .profile file.
I have installed node.js at custom location and added the location to the $PATH in .profile file.
Gnome 3.22 uses wayland by default. Gnome on wayland does not read ~/.profile (or ~/.bash_profile or /etc/profile). See https://bugzilla.gnome.org/show_bug.cgi?id=736660.
I have a function which converts epoch time to date. Here is the definition
So I’m pretty new to Linux and recently installed Fedora 19 on my netbook. I want to have a deeper understanding of Linux and the CLI so I’m now reading Learn Linux: The Hard Way.
I add $HOME/bin to $PATH from ~/.profile. However, it seems it is not sourced during login. I use a login manager – lxdm I think, and not startx. I know this matters as to which scripts are executed.
export does set the $PATH explicitly.