I download the package .tar.gz of the Profesional with Anaconda version from the Pycharm Web: https://www.jetbrains.com/pycharm/promo/anaconda/
I followed some instructions that said:
- Unpackage
- From the terminal, inside the
/binfolder of that unpackaged file, run the command./pycharm.sh
It seems worked correctly, and I could open it and introduce my activation code. I was coding well with Pycharm.
After reboot, I write in the Ubuntu search bar 'Pycharm', but it doesn't find it, and only offer me to install different versions from the 'Ubuntu Software' app.
I was trying some things and I could open the app again, but I'm not sure how I did it. I can't anchor the app to the dock because it doesn't give me the option.
I have looked for the installation folder in '/opt' and '/usr/bin' but I didn't find it.
I'm suspecting that I have opened the program from the unpackaged folder.
Any idea about how to solve it? I'm a noob in Linux.
binfolder to your path. – DavidPostill Jun 05 '19 at 11:04binfolder of the unpackaged file or ad the path of this to the$PATH? the unpackaged folder is in desktop, and I'm not sure how to move thebinfolder (have I to just move it?) PD: I can't vote this commentaries, only answers. – AMGMNPLK Jun 05 '19 at 13:57/opt/pycharm-*/binto your path following the instructions in the first link I gave you. – DavidPostill Jun 05 '19 at 15:40