ebコマンド | NOSAKAブログ

◆インストール 

$ pip install awsebcli --upgrade --user 

You are using pip version 10.0.1, however version 18.0 is available. 

You should consider upgrading via the 'pip install --upgrade pip' command. 

 

$ pip install --upgrade pip 

 

$ vi ~/.bash_profile export 

PATH=~/.local/bin:$PATH 

 

$ source .bash_profile 

 

 

◆アップデート 

$ pip install awsebcli --upgrade --user 

 

 

◆アンインストール 

$ pip uninstall awsebcli