Page 1 of 1

check for correct installation

Posted: Mon Jul 11, 2016 2:19 pm
by Himani
Dear Sir,
I have attached the config.log file for yambo. Please check if yambo has been installed correctly because everytime i try to execute yambo command it say "Command not found".

Re: check for correct installation

Posted: Mon Jul 11, 2016 4:19 pm
by Daniele Varsano
Dear Himani,

some rules of the forum:
1) Please sign your posts with your name and affiliation.
2) Please post your question in the right subforums, how your question is related to 'Self Energy"?

About your problem, "command not found" it means that the yambo executable it is not in your path.
So you need either launch yambo specifying the entire path e.g.

Code: Select all

> path_yambo_dir/bin/yambo
or include the directory of the yambo executable on your PATH variable, e.g. in your .bashrc file

Code: Select all

> export PATH=$PATH:/path_to_yambo_dir/bin/
Best,
Daniele