I have been looking throughout the system but I cannot find it. When I do echo $PATH I get the stuff I added, plus the default path. I do not have a .profile, and I do have a .bashrc, but the default path is not in there. I am looking for it just to know where it is located because all the tutorials explain that its in .profile… but what if you don’t have one? Where is it located then? Anybody have any ideas?
Share
If you do
sudo man path_helper, it talks a bit about how it puts the path together. You might look in/etc/pathsand/etc/paths.d. I did, and found what I was looking for.