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

bash: x: command not found #167

Closed
Seldom-SE opened this issue Feb 22, 2024 · 2 comments
Closed

bash: x: command not found #167

Seldom-SE opened this issue Feb 22, 2024 · 2 comments

Comments

@Seldom-SE
Copy link

Seldom-SE commented Feb 22, 2024

[seldom@seldom-endeavour ~]$ cargo install xbuild
    Updating crates.io index
     Ignored package `xbuild v0.2.0` is already installed, use --force to override
[seldom@seldom-endeavour ~]$ x devices
bash: x: command not found

I just installed it through cargo and the x command isn't found. I didn't see any warnings when installing it or anything

@Seldom-SE
Copy link
Author

Ok, I found the binary at ~/.cargo/bin/x, so I can work around it, but I'll leave this open in case you want to look into it

@dvc94ch
Copy link
Contributor

dvc94ch commented Feb 22, 2024

You need to add it to PATH. That's required for all binaries installed by cargo.

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