-
-
Notifications
You must be signed in to change notification settings - Fork 26
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] Unable to find executable 'nix' in $PATH #713
Comments
Hey @4levels, that's an issue with sudo, which does not seem to preserve the path where the Can you try to run kubernix via:
|
That seems to do the trick! I would have never tought of that 👍
|
FYI Just as poc I tried the readme steps in the VM I have running nixos natively, and all seems to work way better in there! I'll continue from there, but would still like to run this on my debian box as well.. |
Hi,
after following the readme, I immediately get the following error when trying to call
sudo kubernix
.I'm actually calling
sudo target/releases/kubernix
from this repo's cloned folder.Steps I followed from the readme:
curl https://nixos.org/nix/install | sh
make build-release
I already restarted my terminal, even rebooted completely, still to no avail.
I can successfully invoke
nix
as normal user.I checked the issues here but couldn't find any pointers either.
I'm using Debian 10.7 -
uname -a
Linux dl01 4.19.0-12-amd64 #1 SMP Debian 4.19.152-1 (2020-10-18) x86_64 GNU/LinuxI suspect I'm overlooking something obviously here. Anyone knows what?
I have a VM running nixos natively, not sure if I should try inside that machine instead?
The text was updated successfully, but these errors were encountered: