Merge "Ubuntu: ensure /usr/bin/python is python3"

This commit is contained in:
Zuul 2021-06-07 18:05:24 +00:00 committed by Gerrit Code Review
commit 71ad7bc11d
2 changed files with 5 additions and 1 deletions

View File

@ -145,7 +145,7 @@ function install_dependencies {
exit 1
else
sudo apt update
sudo apt install -y python3-dev python3-virtualenv gcc git libffi-dev
sudo apt install -y python-is-python3 python3-dev python3-virtualenv gcc git libffi-dev
fi
}

View File

@ -47,6 +47,10 @@ On Ubuntu::
$ apt install -y git
On Ubuntu, ensure that /usr/bin/python points to a Python 3 interpreter::
$ apt install -y python-is-python3
Local directory structure
=========================