I can't stand gedit, and eclipse is heavy on Ubuntu on VirtualBox, so I introduced PyCharm. It's a pity that PyCharm is in English.
$ sudo add-apt-repository ppa:webupd8team/java
$ sudo apt-get update
$ sudo apt-get install oracle-java8-installer
Now when you restart your PC, the environment variables are set automatically.
(Unlike the reference site, oracle-java8-set-default was installed along with oracle-java8-installer.)
Reference: Install Oracle Java 8 (PPA) on Ubuntu (ubuntu)
If you look at here and try to use PPA, there is a note ... There was a PPA called mystic-mirage / pycharm, but "No more updates here. (No more updates) It has been declared ... orz I can't help it, so I decided to download it from the Official Site.
$ pycharm
Recommended Posts