Bonjour,
Je suis depuis hier sous Ubuntu.
J'ai écrit un script nommé mrpostman que j'ai placé dans /home/youssouf/bin
Dans mon .bash_profile, il y a ceci:
Citation :
# set PATH so it includes user's private bin if it exists
if [ -d ~/bin ] ; then
PATH=~/bin:"${PATH}"
fi
|
Et pourtant, quand je tape mrpostman:
Citation :
bash: mrpostman: command not found
|
Avez-vous une idée de ce qui peut manquer?