Unlike the previous post, the tar.gz
of PyCharm or SmartGit does not have make
or ./configure
.
I always open terminal at bin
and type ./pycharm.sh
, which leaves the terminal open while I'm using the application.
How can I just click the PyCharm application icon and run it without a terminal in Ubuntu Desktop?
./configure; make; make install
. – muru Dec 23 '15 at 08:36