J'ai essayé de suivre ce tutoriel.
C'est ce que j'ai fait dans la console:
pip3 install --user --upgrade awscli
après, quand j'écris:
pip3 --version
J'obtiens:
pip 9.0.1 from /Users/user/Library/Python/3.4/lib/python/site-packages (python 3.4)
ensuite, j'ai écrit:
pip3 install --user --upgrade awscli
cette commande téléchargé awscli
et automatiquement ajouté à ceci:
# Setting PATH for Python 3.4
# The orginal version is saved in .profile.pysave
PATH="/Library/Frameworks/Python.framework/Versions/3.4/bin:${PATH}"
export PATH
pour ma .profile
Plus tard, juste pour être sûr, j'ai écrit:
source ~/.profile
et puis, quand je tape:
user$ aws
-bash: aws: command not found
J'ai redémarré le terminal avec pas de chance aussi.
Quel est le problème ici?