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

Doesn't find xdeb #18

Closed
subhappy opened this issue Jun 26, 2024 · 7 comments
Closed

Doesn't find xdeb #18

subhappy opened this issue Jun 26, 2024 · 7 comments

Comments

@subhappy
Copy link

I get the message
"[xdeb-install] xdeb is not installed, please install it via 'xdeb-install xdeb' or manually from 'https://github.com/xdeb-org/xdeb/releases'"

❯ which xdeb
/usr/local/bin/xdeb

What gives? I've tried both xdeb-install xdeb and git.

@thetredev
Copy link
Collaborator

Hmmm we use Go's LookPath() which should return the same thing as which.

Can you double check that xdeb is executable?

@subhappy
Copy link
Author

subhappy commented Jun 26, 2024 via email

@thetredev
Copy link
Collaborator

Thanks for checking. I'll see what I can do.

@subhappy
Copy link
Author

It seems to work now. I had xdeb in my home folder after a manual install a while back, as well as in /usr/local/bin/xdeb.
After rm'ing the one in my home folder, xdeb-install works.
I guess LookPath() returned more than one result or something.

@thetredev
Copy link
Collaborator

Glad you could fix it! Do you think this is more of an edge case or something I should take a closer look at and try to fix?

@subhappy
Copy link
Author

subhappy commented Jun 29, 2024 via email

thetredev added a commit that referenced this issue Jul 25, 2024
@thetredev
Copy link
Collaborator

Closing. Fixed with 0b41d9d

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