Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: spawn eye ENOENT #8

Closed
SergioML9 opened this issue Sep 25, 2015 · 7 comments
Closed

Error: spawn eye ENOENT #8

SergioML9 opened this issue Sep 25, 2015 · 7 comments

Comments

@SergioML9
Copy link

Hi,

I'm getting the following error when I try to run EyeServer with 'eye server 8000' on Mac.

Thanks.

captura de pantalla 2015-09-25 a las 12 50 41

@RubenVerborgh
Copy link
Collaborator

Do you have the eye command installed on your machine? What version of Node.js are you using?

@SergioML9
Copy link
Author

I don't think so, I have installed the EYE reasoner and then the EYE Server following the instructions, but if I try to execute 'eye' command I get 'command not found'. My Node.js version is 4.1.1.

captura de pantalla 2015-09-25 a las 12 57 12

@RubenVerborgh
Copy link
Collaborator

Alright, you should make sure that the eye command is in a place where it can be found by the system. I would recommend putting it in the PATH environment variable:

export PATH=$PATH:/opt/eye/bin

@SergioML9
Copy link
Author

Same error after putting it in the PATH environment variable:

captura de pantalla 2015-09-25 a las 13 09 04

If I try to run eye command I get 'command not found', but if I run eye.sh it works, as you can see in the screenshot.

@RubenVerborgh
Copy link
Collaborator

Alright, then you still need to

sudo ln -s /opt/eye/bin/eye.sh /opt/eye/bin/eye

@SergioML9
Copy link
Author

Solved, thank you very much !

@RubenVerborgh
Copy link
Collaborator

You're welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants