0

I installed Chocolatey using the NuGet Console in Visual Studio which reported it was successfully installed in C:\ProgramData and I could use it in cmd or Powershell. I tried 'choco install git' which also completed successfully, it created a folder in C:\ProgramData but it has no binaries, just a config file. Also choco isn't included in the path and neither is git after installation.

Ravi
  • 727
  • 6
  • 19
  • chocolatey creates a shim in bin folder to enable that program to be in the path but in my case it is not doing that. – Ravi Nov 12 '17 at 11:13

1 Answers1

1

Turns out there was an extra character(") in my Path because of which C:\ProgramData\chocolatey\bin was not included.

Ravi
  • 727
  • 6
  • 19