diff --git a/dev-support/checkcompatibility.py b/dev-support/checkcompatibility.py index 6061326d8de4..c6cc3be9ba25 100755 --- a/dev-support/checkcompatibility.py +++ b/dev-support/checkcompatibility.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/dev-support/checkstyle_report.py b/dev-support/checkstyle_report.py index 0b700b9789c5..c5810be152b3 100755 --- a/dev-support/checkstyle_report.py +++ b/dev-support/checkstyle_report.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 ## # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/dev-support/flaky-tests/findHangingTests.py b/dev-support/flaky-tests/findHangingTests.py index 328516ebf344..f8416e0a1e11 100755 --- a/dev-support/flaky-tests/findHangingTests.py +++ b/dev-support/flaky-tests/findHangingTests.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 ## # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/dev-support/flaky-tests/report-flakies.py b/dev-support/flaky-tests/report-flakies.py index d29ecfa4da6e..e2d30b0d6dc3 100755 --- a/dev-support/flaky-tests/report-flakies.py +++ b/dev-support/flaky-tests/report-flakies.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 ## # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/dev-support/gen_redirect_html.py b/dev-support/gen_redirect_html.py index 0e73a5716563..8a24a81ac65a 100755 --- a/dev-support/gen_redirect_html.py +++ b/dev-support/gen_redirect_html.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 ## # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/dev-support/submit-patch.py b/dev-support/submit-patch.py index 74f95956949a..b4591abf765f 100755 --- a/dev-support/submit-patch.py +++ b/dev-support/submit-patch.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 ## # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file