Ubuntu – Pycharm installed but not opening

pythonsoftware installation

I am running Ubuntu 14.04/GNOME 3.8.4 on 15 MBP Duel Boot. I am new to Linux and Python (Pycharm ide).

I have downloaded the Pycharm "files" from the software center but cannot run the program. The icon comes up in the side bar but when I click it nothing happens.

I have tried "./" and only the code appers in "gedit". Please help Oracle java is already installed

Best Answer

Follow these steps;

wget -q -O - http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu trusty-getdeb apps" >> /etc/apt/sources.list.d/getdeb.list'
sudo apt-get update
sudo apt-get install pycharm

Then

sudo apt-get purge openjdk*
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer
Related Question