Debian stretch "intellij-idea-community: command not found" after successful installation
Answered
Hi,
I installed the most recent community version of Intellij on a Debian 9 system via the command
$ sudo snap install intellij-idea-community --classic
The installation process ended with
$ intellij-idea-community 2020.1.2 from 'jetbrains' installed
Nevertheless, when I try to start via
$ intellij-idea-community
I get the response
$ intellij-idea-community: command not found
What is wrong?
Please sign in to leave a comment.
Does snap run intellij-idea-community works?
Yes, snap works. snap list shows Intellij as installed:
Do you have similar problem with other snap packages? Most probably you need to add snap bin folder to $PATH.
Thanks Petr, I added /snap/bin to my path now it works.