ผมพยายามที่จะชุดรุ่นหลามเริ่มต้นใน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 --help' for program usage information.
ฉันเพิ่งเริ่มใช้ Ubuntu และไม่รู้ว่าฉันทำอะไรผิด