CentOS6にAWSコマンドラインインターフェースをいれる手順メモ
最初にyumでpython環境を整えます。
epelリポジトリは導入済みが前提です。
yum -y install python python-devel --enablerepo=epel
pythonで公式に提供されているsetuptoolsをyumでいれます。
これでpythonのeasy_installコマンドがインストールされます。
yum -y install python-setuptools
easy_installコマンドを使ってpipコマンドをインストールします。
easy_install pip
pipコマンドまで入れば後はAWS公式ページの通りpipコマンドでawscliをインストールします。
pip install awscli
以上でインストールは完了します。
環境変数の設定などは別途設定が必要です。
こちらをご覧ください。
http://qiita.com/mychaelstyle/items/e09309104dd6daa7c01b
Author And Source
この問題について(CentOS6にAWSコマンドラインインターフェースをいれる手順メモ), 我々は、より多くの情報をここで見つけました https://qiita.com/mychaelstyle/items/f57cf21758d6aeada6c6著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .