Skip to content

Commit 561c3ad

Browse files
committed
Make python3 command on Linux point to Python 3.8.0
1 parent d8f1d63 commit 561c3ad

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ before_install:
4949
sudo add-apt-repository -y ppa:deadsnakes/ppa;
5050
sudo apt-get update;
5151
sudo apt-get install python3.8;
52+
sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.8;
53+
sudo update-alternatives --config python3;
5254
fi
5355
5456
# grcov

0 commit comments

Comments
 (0)