cd Komodo-IDE-8.5.3-83298-linux-x86_64/
./install.sh
Enter directory in which to install Komodo. Leave blank and
press ‘Enter’ to use the default [~/Komodo-IDE-8].
Install directory:
==============================================================================
Komodo IDE 8 has been successfully installed to:
/home/OGTIP/duartem/Komodo-IDE-8
You might want to add ‘komodo’ to your PATH by adding the
install dir to you PATH. Bash users can add the following
to their ~/.bashrc file:
Nope, from Applications menu.
Of course you can start Komodo via terminal with command: {path to komodo install dir}/bin/komodo
Or if you create symlink to /usr/bin/ you can just type “komodo” and it start.
To create symlink in your case: ln -s /home/OGTIP/duartem/Komodo-IDE-8/bin/komodo /usr/bin/
Try to install to another folder…
Also try to run komodo via sudo. sudo /home/OGTIP/duartem/Komodo-IDE-8/bin/komodo sudo /opt/komodo/bin/komodo
I think you don’t have permissions to run Komodo (lol).
well… I fixed it … very odd
when I first installed it , it would not start and not give any message
I then used sudo and it started but it did not recognized that I had already installed the license…
So i executed the license installation with sudo
I was then able to start komodo with sudo
Then I tried starting it without sudo
and I got this message:
komodo: error: error creating '/home/OGTIP/duartem/.komodoide/8.5': Permission denied
komodo: error: could not determine the user data dir
so I changed the permitions to the ‘/home/OGTIP/duartem/.komodoide/8.5’ folder and now I am able to start komodo
form my normal user
It’s only your problem. Or it’s Ubuntu problem. Not Komodo problem.
In Debian (Ubuntu based on Debian) I doesn’t get this problem never. But this can caused by I’m installing all programs via sudo (just for don’t get some problems with chmod after)
Sounds like you had a permission issue of some sort either on your profile or install folder (or both).
If this happens again try starting Komodo from your terminal as some errors will not end up in your pystderr log and will be directly printed to stdout. Additionally you can use the ‘-v’ flag to run Komodo in verbose mode, eg. komodo -v.