
On Mon, Mar 3, 2025 at 11:03 AM David C. Rankin <drankinatty@gmail.com> wrote:
All,
Continuing setup of a new TW install, and I get to the point where I build and put my personal utilities and put the resulting executable in $HOME/bin, but I find there is no $HOME/bin. I check PATH and there is no entry for it either. In my earlier TW install from July, I have:
/home/david/.local/bin:/home/david/bin:/usr/local/bin:...
The only path manipulation I do in .bashrc is:
test `expr "$PATH" : ".*gcc-arm-none-eabi*.*"` -eq '0' && export PATH="${PATH}:/opt/gcc-arm-none-eabi/bin"
In the new TW, the PATH is:
/home/david/.local/bin:/usr/local/bin:...
Was there a change removing $HOME/bin from TW or have I just not installed whatever provides it?
There was discussion about removing ~/bin from /etc/skel. Check archives.