Scoop-Python
Scoop-Python copied to clipboard
Fix 'Not a scoop shim' in scripts
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!