Skip to main content
7 events
when toggle format what by license comment
Jan 10, 2023 at 18:24 answer added Myles Prather timeline score: 0
Sep 7, 2014 at 22:33 vote accept Berk Özbalcı
Sep 7, 2014 at 22:21 answer added Gilles 'SO- stop being evil' timeline score: 9
Sep 7, 2014 at 21:52 comment added Berk Özbalcı Changing ~/bin to /home/bozbalci/bin solves the issue, thanks @Gilles!
Sep 7, 2014 at 21:46 comment added Gilles 'SO- stop being evil' Do you have a tilde in the value of PATH, or in the command that sets PATH? You can write PATH=~/bin:/opt/texbin/… in a shell script, because the tilde is expanded. But if you run echo $PATH, it should show /home/theconjuring/bin:/opt/texbin:…. Where are you setting PATH?
Sep 7, 2014 at 21:46 review First posts
Sep 7, 2014 at 21:52
Sep 7, 2014 at 21:42 history asked Berk Özbalcı CC BY-SA 3.0