Hi Soma,
It looks like your Linux system does not find the coot executables.
There are several ways to fix this problem (setting the path, adding an
alias, linking executables to a directory in the PATH, putting a script
in one of the directories in the PATH). I prefer the last approach for
coot and I give my coot start-up script (for bash). Instructions are at
the beginning:
#!/bin/sh
# Usage: Define the correct location of coot as COOT_MASTER and
# save this script to a file (e.g. 'coot') in a directory
# listed in your $PATH e.g. /usr/local/bin or /home/$USER/bin
COOT_MASTER=/path/to/coot/
export PATH=$PATH:${COOT_MASTER}/bin
exec ${COOT_MASTER}/bin/coot "$@"
Cheers,
christian
Soma Mazumdar wrote:
> I have been using coot on Fedora, Suse and Mandrake before. Recently I
> shifted to Kubuntu...(Ubuntu based). I downloaded the complete package if
> CCP4 which included coot. All the other softwares are running great except
> for coot. I am completely lost and even after following some of the hints in
> the messg list I couldnot figure out any solution.
>
> The un-tared directory consists of the following directories:
>
> bin include info lib man share
>
> and the bin directory has
>
>
> coot coot-real curl density-score-by-residue
> density-score-by-residue-real findligand findligand-real findwaters
> findwaters-real guile
>
> But then when I try to run coot this is what it says:
>
>
> o command 'coot' found, did you mean:
> Command 'cook' from package 'cook' (universe)
> Command 'cooc' from package 'libvips-tools' (universe)
> Command 'copt' from package 'z88dk-bin' (universe)
> Command 'root' from package 'root-system-bin' (universe)
> coot: command not found
>
> I am in dire need of your help as I need to get it running as soon as
> possible.
>
> Thanking you in advance
>
> Best Regards,
> Soma
_______________________________________________________________________
Dr. Christian Biertümpfel
Laboratory of Molecular Biology
NIDDK/National Institutes of Health phone: +1 301 402 4647
9000 Rockville Pike, Bldg. 5, Rm. B1-03 fax: +1 301 496 0201
Bethesda, MD 20892-0580
USA
_______________________________________________________________________