python 2.7 - AWS CLI not working on Mac OSX Yosemite -


i've downloaded aws cli using pip onto mac osx yosemite. i'm running python version 2.7.

i can see aws executable in /library/frameworks/python.framework/versions/2.7/bin.

but when try run

aws help

in terminal test aws cli works,

-bash: aws: command not found

anybody know why isn't working?

/library/frameworks/python.framework/versions/2.7/bin need in path. in ~/.profile file (create 1 if necessary) add line like:

export path="/library/frameworks/python.framework/versions/2.7/bin:$path" 

open new terminal window , should work.


Comments

Popular posts from this blog

shopping cart - Page redirect not working PHP -

php - How to modify a menu to show sub-menus -

python - Installing PyDev in eclipse is failed -