Wednesday, August 12, 2015

How to find boto version installed?

To find the version of boto installed, run the following program

#!/usr/bin/python
import boto

print boto.Version

When I ran the above program, I got the version of boto installed in my system as 2.32.1

No comments:

Post a Comment