From 116aeead0a38e4c23b1bef77f838c381c834b78f Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Mon, 13 Jul 2020 13:55:18 +1000 Subject: [PATCH] remove update-alternatives references https://github.com/ankitects/anki/commit/7f0263b1f59a634f019a3cb143e1265c85777dc2#commitcomment-40547278 --- README.development | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.development b/README.development index 044f31e31..e825b0792 100644 --- a/README.development +++ b/README.development @@ -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: ```