Skip to content

Commit

Permalink
update python version, so it's compatible with both python2 and pytho…
Browse files Browse the repository at this point in the history
…n3 (#24685)
  • Loading branch information
yiyix committed Aug 13, 2020
1 parent 9734707 commit 1680a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/canvas/tools/build.sh
Expand Up @@ -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

0 comments on commit 1680a1d

Please sign in to comment.