python2.7 -S bootstrap.py
bin/buildout- Implement things
Start all Python files with this to facilitate the switch to Python 3 and make things easier in general:
# -*- encoding: utf-8 -*-
from __future__ import (unicode_literals, absolute_import,
division, print_function)