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
{{ message }}
This repository has been archived by the owner on Feb 20, 2021. It is now read-only.
For those of us using both Chocolatey (choco.exe) and PowerShell's Chocolatey provider there is unfortunately now two different places to look for downloaded and installed packages. The Chocolatey provider is using the old location C:\Chocolatey. The newer versions of stand-alone Chocolatey are using C:\ProgramData\Chocolatey. This means I have two different places to look for installed packages and more importantly, there are now two different Chocolatey.config files. That means I have to manage the two chocolateys separately which is not intuitive. If I use Register-PackageSource to register a new Chocolatey source, it should be available if I use choco install but it isn't.
Also note that the choco install attempts to remove C:\Chocolatey. This can't be good for PowerShell's Chocolatey provider.
The text was updated successfully, but these errors were encountered:
For those of us using both Chocolatey (choco.exe) and PowerShell's Chocolatey provider there is unfortunately now two different places to look for downloaded and installed packages. The Chocolatey provider is using the old location C:\Chocolatey. The newer versions of stand-alone Chocolatey are using C:\ProgramData\Chocolatey. This means I have two different places to look for installed packages and more importantly, there are now two different Chocolatey.config files. That means I have to manage the two chocolateys separately which is not intuitive. If I use Register-PackageSource to register a new Chocolatey source, it should be available if I use choco install but it isn't.
Also note that the choco install attempts to remove C:\Chocolatey. This can't be good for PowerShell's Chocolatey provider.
The text was updated successfully, but these errors were encountered: