OK, I found the culprit... seems as if my .profile included a line
PATH=~/bin:$PATH
I replaced that with
PATH=$HOME/bin:"${PATH}"
and now it works
OK, I found the culprit... seems as if my .profile included a line
PATH=~/bin:$PATH
I replaced that with
PATH=$HOME/ bin:"${ PATH}"
and now it works