AWSCLIのインストールとアンインストール@linux
インストール
install
# yum install python-setuptools
# easy_install pip
# pip install awscli
アンインストール
uninstall
# pip uninstall awscli
以上。
Go to list of users who liked
More than 5 years have passed since last update.
# yum install python-setuptools
# easy_install pip
# pip install awscli
# pip uninstall awscli
以上。
Register as a new user and use Qiita more conveniently
Go to list of users who liked