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

projvar Not in Path #39

Open
jmwright opened this issue Mar 14, 2023 · 1 comment
Open

projvar Not in Path #39

jmwright opened this issue Mar 14, 2023 · 1 comment

Comments

@jmwright
Copy link

I downloaded the current binary for Linux so that I could do a trial run against one of my open hardware repos. When I run it I get an error about projvar not being in the path. I don't see anything about that in the readme. What am I missing?

$ /home/jwright/Downloads/osh-0708717-x86_64-linux/osh check
DEBUG Running projvar ...
DEBUG Now running 'projvar' ...
/home/runner/work/osh-tool/osh-tool/src/main.nim(268) main
/home/runner/work/osh-tool/osh-tool/src/main.nim(201) cli
/home/runner/work/osh-tool/osh-tool/src/tools.nim(239) runProjvar
Error: unhandled exception: Failed to run 'projvar'; make sure it is in your PATH: Additional info: Could not find command: 'projvar'. OS error: No such file or directory [IOError]
@jmwright
Copy link
Author

Ok, I found projvar and added it to my path. https://github.com/hoijui/projvar

I then needed osh-dir-std in my path. https://github.com/hoijui/osh-dir-std

However, I'm not sure what to do at this point. I've cloned osh-dir-std and put it in path, but it seems like there needs to be a binary of some sort? I don't see a release for that project and I keep getting the following error.

Error: unhandled exception: Failed to run 'osh-dir-std'; make sure it is in your PATH: No such file or directory
Additional info: Could not find command: 'osh-dir-std'. OS error: No such file or directory [IOError]

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

1 participant