This buildpack bootstraps python into /tmp/python, and there are situations where multiple buildpacks attempt to bootstrap python into the same location. This may be causing non-deterministic issues, so to be safe we should bootstrap into /tmp/<buildpack-name>/python.
See example of bootstrapping ruby into buildpack-specific namespace: #855