676a665
diff -up vim82/runtime/tools/demoserver.py.python-tests vim82/runtime/tools/demoserver.py
676a665
--- vim82/runtime/tools/demoserver.py.python-tests	2019-07-26 07:58:50.000000000 +0200
676a665
+++ vim82/runtime/tools/demoserver.py	2020-04-17 06:18:06.748977527 +0200
282aed6
@@ -1,4 +1,4 @@
282aed6
-#!/usr/bin/python
282aed6
+#!/usr/bin/python3
282aed6
 #
282aed6
 # Server that will accept connections from a Vim channel.
282aed6
 # Run this server and then in Vim you can open the channel:
676a665
diff -up vim82/src/auto/configure.python-tests vim82/src/auto/configure
676a665
--- vim82/src/auto/configure.python-tests	2020-04-17 06:07:48.000000000 +0200
676a665
+++ vim82/src/auto/configure	2020-04-17 06:18:06.750977509 +0200
676a665
@@ -6418,7 +6418,7 @@ eof
282aed6
 	    if test "x$MACOS_X" = "xyes" && test -n "${python_PYTHONFRAMEWORK}" && ${vi_cv_path_python} -c \
282aed6
 		"import sys; sys.exit(${vi_cv_var_python_version} < 2.3)"; then
282aed6
 	      vi_cv_path_python_plibs="-framework Python"
282aed6
-	      if test "x${vi_cv_path_python}" != "x/usr/bin/python" && test -n "${python_PYTHONFRAMEWORKPREFIX}"; then
282aed6
+	      if test "x${vi_cv_path_python}" != "x/usr/bin/python2" && test -n "${python_PYTHONFRAMEWORKPREFIX}"; then
282aed6
 		  vi_cv_path_python_plibs="-F${python_PYTHONFRAMEWORKPREFIX} -framework Python"
282aed6
 	      fi
282aed6
 	    else
676a665
diff -up vim82/src/configure.ac.python-tests vim82/src/configure.ac
676a665
--- vim82/src/configure.ac.python-tests	2020-04-17 06:07:48.000000000 +0200
676a665
+++ vim82/src/configure.ac	2020-04-17 06:18:06.750977509 +0200
676a665
@@ -1263,7 +1263,7 @@ eof
282aed6
 	    if test "x$MACOS_X" = "xyes" && test -n "${python_PYTHONFRAMEWORK}" && ${vi_cv_path_python} -c \
282aed6
 		"import sys; sys.exit(${vi_cv_var_python_version} < 2.3)"; then
282aed6
 	      vi_cv_path_python_plibs="-framework Python"
282aed6
-	      if test "x${vi_cv_path_python}" != "x/usr/bin/python" && test -n "${python_PYTHONFRAMEWORKPREFIX}"; then
282aed6
+	      if test "x${vi_cv_path_python}" != "x/usr/bin/python2" && test -n "${python_PYTHONFRAMEWORKPREFIX}"; then
282aed6
 		  vi_cv_path_python_plibs="-F${python_PYTHONFRAMEWORKPREFIX} -framework Python"
282aed6
 	      fi
282aed6
 	    else
676a665
diff -up vim82/src/testdir/test_channel_pipe.py.python-tests vim82/src/testdir/test_channel_pipe.py
676a665
--- vim82/src/testdir/test_channel_pipe.py.python-tests	2019-07-26 07:58:53.000000000 +0200
676a665
+++ vim82/src/testdir/test_channel_pipe.py	2020-04-17 06:18:06.751977500 +0200
282aed6
@@ -1,4 +1,4 @@
282aed6
-#!/usr/bin/python
282aed6
+#!/usr/bin/python3
282aed6
 #
282aed6
 # Server that will communicate over stdin/stderr
282aed6
 #
676a665
diff -up vim82/src/testdir/test_channel.py.python-tests vim82/src/testdir/test_channel.py
676a665
--- vim82/src/testdir/test_channel.py.python-tests	2020-04-17 06:18:06.751977500 +0200
676a665
+++ vim82/src/testdir/test_channel.py	2020-04-17 06:18:24.517813082 +0200
282aed6
@@ -1,4 +1,4 @@
676a665
-#!/usr/bin/env python
282aed6
+#!/usr/bin/python3
282aed6
 #
282aed6
 # Server that will accept connections from a Vim channel.
282aed6
 # Used by test_channel.vim.
676a665
diff -up vim82/src/testdir/test_channel_write.py.python-tests vim82/src/testdir/test_channel_write.py
676a665
--- vim82/src/testdir/test_channel_write.py.python-tests	2019-07-26 07:58:53.000000000 +0200
676a665
+++ vim82/src/testdir/test_channel_write.py	2020-04-17 06:18:06.751977500 +0200
282aed6
@@ -1,4 +1,4 @@
282aed6
-#!/usr/bin/python
282aed6
+#!/usr/bin/python3
282aed6
 #
282aed6
 # Program that writes a number to stdout repeatedly
282aed6
 #
676a665
diff -up vim82/src/testdir/test_makeencoding.py.python-tests vim82/src/testdir/test_makeencoding.py
676a665
--- vim82/src/testdir/test_makeencoding.py.python-tests	2019-07-26 07:58:53.000000000 +0200
676a665
+++ vim82/src/testdir/test_makeencoding.py	2020-04-17 06:18:06.751977500 +0200
282aed6
@@ -1,4 +1,4 @@
282aed6
-#!/usr/bin/python
282aed6
+#!/usr/bin/python3
282aed6
 # -*- coding: utf-8 -*-
282aed6
 
282aed6
 # Test program for :make, :grep and :cgetfile.
676a665
diff -up vim82/src/testdir/test_netbeans.py.python-tests vim82/src/testdir/test_netbeans.py
676a665
--- vim82/src/testdir/test_netbeans.py.python-tests	2019-07-26 07:58:53.000000000 +0200
676a665
+++ vim82/src/testdir/test_netbeans.py	2020-04-17 06:18:06.751977500 +0200
282aed6
@@ -1,4 +1,4 @@
282aed6
-#!/usr/bin/python
282aed6
+#!/usr/bin/python3
282aed6
 #
282aed6
 # Server that will communicate with Vim through the netbeans interface.
282aed6
 # Used by test_netbeans.vim.
676a665
diff -up vim82/src/testdir/test_short_sleep.py.python-tests vim82/src/testdir/test_short_sleep.py
676a665
--- vim82/src/testdir/test_short_sleep.py.python-tests	2019-07-26 07:58:53.000000000 +0200
676a665
+++ vim82/src/testdir/test_short_sleep.py	2020-04-17 06:18:06.751977500 +0200
282aed6
@@ -1,4 +1,4 @@
282aed6
-#!/usr/bin/python
282aed6
+#!/usr/bin/python3
282aed6
 #
282aed6
 # Program that sleeps for 100 msec
282aed6
 #