Tôi đã cố gắng để thiết lập phiên bản python mặc định để python3
ở Ubuntu 16.04
. Theo mặc định, nó là python2
(2.7). Tôi làm theo các bước dưới đây:
update-alternatives --remove python /usr/bin/python2
update-alternatives --install /usr/bin/python python /usr/bin/python3
nhưng tôi nhận được lỗi sau cho câu lệnh thứ hai,
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 --help' for program usage information.
Tôi mới sử dụng Ubuntu và không biết tôi đang làm gì sai.
python
sang Python 3. Cách mặc định để gọi các tập lệnh được viết bằng Python 2 là python my-script-p2.py
, trong khi đó python3 my-script-p3.py
. Tôi mong đợi nhiều kịch bản hệ thống dựa vào điều này.