Pip / boto problems - ImportError: No module named boto3
Solution 1:
Probably, the best way to deal with multiple python versions is to isolate them using virtualenv
This article covers it's basics and would give you a good overview http://docs.python-guide.org/en/latest/dev/virtualenvs/