mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52:21 -04:00
remove update-alternatives references
7f0263b1f5 (commitcomment-40547278)
This commit is contained in:
parent
0ddcab4863
commit
116aeead0a
1 changed files with 1 additions and 6 deletions
|
@ -76,12 +76,7 @@ installed as well. You'll need to create the venv with --system-site-packages.
|
||||||
Debian/Ubuntu users
|
Debian/Ubuntu users
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
Install Python 3.7 (not necessary for Ubuntu 19.04 and later):
|
Install Python 3.7+ if it's not installed.
|
||||||
```
|
|
||||||
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 other dependencies:
|
Install other dependencies:
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue