-
Notifications
You must be signed in to change notification settings - Fork 60
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
astilectron-bundler: command not found #8
Comments
I suspect If that works, you need to add |
You might need to run |
Thank you for your response. This command works: go get -u github.com/asticode/go-astilectron-bundler/.... But i'm not able to build. This is my .profile: I'm new to GO. Is there something wrong here ? set PATH so it includes user's private bin directoriesPATH="$HOME/bin:$HOME/.local/bin:$PATH:/usr/local/go/bin" export GOPATH=$HOME/go thx a lot ! |
I followed this tutorial for GO install: https://www.youtube.com/watch?v=h7RILbHoLBA Everything works fine for all the commands until i launch the make command at the end. And i get this: make: scripts/get_app_name.py: Command not found Than you. |
These steps have been tested:
where then,
|
This is what i get when i try to compile with linux or MacOS.
Any help please ?
I have installed the dependencies and that what happen when running make command:
make: scripts/get_app_name.py: Command not found
cd src/; astilectron-bundler -v
/bin/sh: astilectron-bundler: command not found
make: *** [build] Error 127
thank you.
The text was updated successfully, but these errors were encountered: