Bootstrap in volk failed on volk_register.py

The first line of volk_register.py
#! /usr/bin/python
should be changed to
#! /usr/bin/env python

Otherwise, on system where python is not installed in /usr/bin,
bootstrap will fail

Kyle