Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 420 Bytes

windows_environment_variable_path.md

File metadata and controls

11 lines (8 loc) · 420 Bytes

On Windows, Chef Infra Client must have two entries added to the PATH environment variable:

  • C:\opscode\chef\bin
  • C:\opscode\chef\embedded\bin

This is typically done during the installation of Chef Infra Client automatically. If these values (for any reason) are not in the PATH environment variable, Chef Infra Client will not run properly.

image