标签: python boto
我正在使用python的boto脚本,而且我很久没有碰过并忘记了基本的python内容。
如何更新脚本?我甚至不确定我是如何安装它的,所以请指导我弄清楚我必须做什么。
答案 0 :(得分:20)
如果您有pip可用:pip install -U boto
pip
pip install -U boto
如果您有easy_install可用:easy_install -U boto
easy_install
easy_install -U boto
否则......安装pip。