17
Неможливо встановити версію python за замовчуванням на python3 в ubuntu
Я намагаюся встановити версію пітона по замовчуванням python3в Ubuntu 16.04. За замовчуванням це python2(2.7). Я дотримувався наступних кроків: update-alternatives --remove python /usr/bin/python2 update-alternatives --install /usr/bin/python python /usr/bin/python3 але я отримую таку помилку для другого твердження, rejeesh@rejeesh-Vostro-1015:~$ update-alternatives --install /usr/bin/python python /usr/bin/python3 update-alternatives: --install needs <link> <name> <path> <priority> Use 'update-alternatives …