Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 python 的 boto 脚本,我很长时间没有接触过,有点忘记了基本的 python 东西。
如何更新脚本?我什至不确定我是如何安装它的,所以请指导我弄清楚我必须做什么。
如果您有pip可用的:pip install -U boto
pip
pip install -U boto
如果您有easy_install可用的:easy_install -U boto
easy_install
easy_install -U boto
否则...安装pip。