Difference between revisions of "Komodo-IDE"
MarcDouglas (Talk | contribs) (How to get Komodo-IDE installed) |
MarcDouglas (Talk | contribs) m (fixed run-on lines) |
||
Line 8: | Line 8: | ||
>>This package needs linsysfs mounted on /compat/linux/sys. Add the following line to /etc/fstab: | >>This package needs linsysfs mounted on /compat/linux/sys. Add the following line to /etc/fstab: | ||
+ | |||
linsysfs /compat/linux/sys linsysfs rw 0 0 | linsysfs /compat/linux/sys linsysfs rw 0 0 | ||
+ | |||
Then run "mount /compat/linux/sys". | Then run "mount /compat/linux/sys". | ||
Line 17: | Line 19: | ||
tar -xzvf Kodomo-IDE-12.0.1-91869-linux-x86_64.tar.gz | tar -xzvf Kodomo-IDE-12.0.1-91869-linux-x86_64.tar.gz | ||
+ | |||
cd Kodomo-IDE-12.0.1-91869-linux-x86_64 | cd Kodomo-IDE-12.0.1-91869-linux-x86_64 | ||
+ | |||
./install.sh | ./install.sh | ||
Line 24: | Line 28: | ||
export PATH="/usr/home/username/Komodo-IDE-12/bin:$PATH" | export PATH="/usr/home/username/Komodo-IDE-12/bin:$PATH" | ||
+ | |||
ln -s "/usr/home/username/Komodo-IDE-12/bin/komodo" /usr/local/bin/komodo | ln -s "/usr/home/username/Komodo-IDE-12/bin/komodo" /usr/local/bin/komodo |
Revision as of 07:59, 25 July 2020
Installing Komodo-IDE requires you first install
sudo pkg install komodo-edit
this installs the required linux-compat system. and possibly more but this is what works.
From the package installer:
>>This package needs linsysfs mounted on /compat/linux/sys. Add the following line to /etc/fstab:
linsysfs /compat/linux/sys linsysfs rw 0 0
Then run "mount /compat/linux/sys".
after that is complete.. you are ready to install Komodo:
For Kodomo IDE 12, download Kodomo IDE for Linux from https://www.activestate.com/products/komodo-ide/download-ide/
tar -xzvf Kodomo-IDE-12.0.1-91869-linux-x86_64.tar.gz
cd Kodomo-IDE-12.0.1-91869-linux-x86_64
./install.sh
export or link path for easy access:
export PATH="/usr/home/username/Komodo-IDE-12/bin:$PATH"
ln -s "/usr/home/username/Komodo-IDE-12/bin/komodo" /usr/local/bin/komodo