AWSをboto3で操作すべくPythonスクリプトを組んでるのだが(仕事上)、家でも引き続きプログラムを組むため、ローカルPCでboto3が動くように設定
cygwinのsetupでpython_setuptoolsをインストール
次に、入ったeasy_installを使ってpipをインストール
$ easy_install-2.7 --script-dir=/usr/local/bin pip
pipを使ってboto3を入れる
$ pip install boto3
動かしてみる。動いた
$ python
Python 2.7.10 (default, Jun 1 2015, 18:05:38)
[GCC 4.9.2] on cygwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import boto3
仕事でAWSを使っていますが、仕事の効率を上げるためと、infrastructure as a codeを推進するため、基本的にCUI(自分はBOTO API経由)でインスタンスを構築しています。
参考にした記事。感謝
「Cygwinでeasy_installからのpipでgcalcli」曖昧/旬(IMY/SHUN)様
http://imys.la/shun/archives/1706