remove update-alternatives references

7f0263b1f5 (commitcomment-40547278)
This commit is contained in:
Damien Elmes 2020-07-13 13:55:18 +10:00
parent 0ddcab4863
commit 116aeead0a

View file

@ -76,12 +76,7 @@ installed as well. You'll need to create the venv with --system-site-packages.
Debian/Ubuntu users
-------------------
Install Python 3.7 (not necessary for Ubuntu 19.04 and later):
```
sudo apt install python3.7 python3.7-dev
sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.6 1
sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.7 2
```
Install Python 3.7+ if it's not installed.
Install other dependencies:
```