From 1680a1d89583f100c2df7ceff499c8c0ec292aa7 Mon Sep 17 00:00:00 2001 From: Yi Xu <34253055+yiyix@users.noreply.github.com> Date: Thu, 13 Aug 2020 14:59:19 -0400 Subject: [PATCH] update python version, so it's compatible with both python2 and python3 (#24685) --- html/canvas/tools/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/canvas/tools/build.sh b/html/canvas/tools/build.sh index ae1563ad85de7f..f69fa4ff17d9ff 100755 --- a/html/canvas/tools/build.sh +++ b/html/canvas/tools/build.sh @@ -2,6 +2,6 @@ set -ex cd "${0%/*}" -virtualenv -p python2 .virtualenv +virtualenv -p python .virtualenv .virtualenv/bin/pip install pyyaml cairocffi .virtualenv/bin/python gentest.py