I would like to make Java 7 and Python 3.2 as my defaults. What do I need to change to replace Java 6 and Python 2.7 as defaults?
Announcement
Collapse
No announcement yet.
Change default language versions
Collapse
This topic is closed.
X
X
-
sudo update-alternatives --config java
For python, not 100% sure, as most seem to run it using python3, as changing the symlink that the command /usr/bin/python points to (the 2.7 version) to the 3.2 version will cause many, if not all the existing python scripts on your system to break.Self-built: Asus PRIME B550M-K/Ryzen 5600GT/32Gb/Intel ARC B580 12Gb/KDE neon
HP Elitedesk 800 G3 Mini: i5-7500T(35w)/32Gb/KDE Linux/Kubuntu LTS
HP Chromebook 14: i5-1135G7/8Gb/512Gb SSD/KDE neon
- Top
- Bottom
Users Viewing This Topic
Collapse
There are 0 users viewing this topic.




Comment