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ます。