Merge "Ubuntu: ensure /usr/bin/python is python3"
This commit is contained in:
commit
71ad7bc11d
@ -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
|
||||
}
|
||||
|
||||
|
@ -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
|
||||
=========================
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user