fcbond / ltdb

Linguistic Type Data-Base
Other
2 stars 2 forks source link

update-alternatives #16

Closed arademaker closed 4 years ago

arademaker commented 4 years ago

In Ubuntu 19.10 the script must also receive a priority value:

sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.7 40

The command above works for me.

fcbond commented 4 years ago

This is already in the README (with 1 for 2.7 and 2 for 3.6)