You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem appears to be that the shell can't find the knife binary. I would hazard a guess that the solution is to either reference the full path to the knife binary, or (probably preferable) updating the $PATH environment variable to include the installed Chef's binary path (/opt/chef-server/bin).
I'm considering submitting a PR for the first solution, but it might be worth figuring out why the $PATH environment variable isn't updated post-Chef install.
The text was updated successfully, but these errors were encountered:
The
knife server --distro "chef11/rhel" ...
command eventually fails with the following error:The problem appears to be that the shell can't find the
knife
binary. I would hazard a guess that the solution is to either reference the full path to the knife binary, or (probably preferable) updating the$PATH
environment variable to include the installed Chef's binary path (/opt/chef-server/bin
).I'm considering submitting a PR for the first solution, but it might be worth figuring out why the
$PATH
environment variable isn't updated post-Chef install.The text was updated successfully, but these errors were encountered: