From 8e317571fc5a7d69fa4a3125a8e3df89ac309b56 Mon Sep 17 00:00:00 2001 From: Owen Date: Sun, 7 Mar 2021 11:58:38 +0100 Subject: [PATCH] SUDO where is Py3 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 249258f..1406597 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,7 @@ before_script: - git submodule update --init --recursive - cd tools - python --version - - update-alternatives --install /usr/bin/python python /usr/bin/python3 1 + - sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 1 - python --version - python3 get.py - pip3 install --user platformio