Python 2.7 is the default even when the build command is python3?

I was having a little difficulty getting my site to build and realised that it was because Netlify was defaulting to Python 2.7 when my build requires Python 3. I understand Python 2.7 being the default for most python builds which don’t specify a version out of a desire not to break legacy applications, but my build command was set to python3 build.py.

Is this the intended behaviour, and if so, what is the logic behind it?

Hey @python-megapixel,

You may find this discussion useful :smile:!