Scoop-Python icon indicating copy to clipboard operation
Scoop-Python copied to clipboard

Fix 'Not a scoop shim' in scripts

Open tech189 opened this issue 3 years ago • 0 comments

I was getting errors while installing any manifest from this bucket. Tracked it down to the line $scoop_lib = "$(Split-Path (Split-Path (scoop which scoop)))\lib" in the scripts for installing/uninstalling etc. Looks like scoop which scoop doesn't work anymore so I fixed it!

tech189 avatar Jan 17 '22 12:01 tech189