shilangyu / scoop-search

Fast `scoop search` drop-in replacement 🚀
MIT License
289 stars 10 forks source link

Does not work with scoop installed on other path #55

Closed kewubenduben closed 6 months ago

kewubenduben commented 6 months ago

My scoop is installed on a custom path which shows this error when using scoop-search.

PS C:\Applications\Scoop\apps\scoop-search> scoop search mono
Could not open the buckets directory: C:\Users\username/scoop/buckets.
shilangyu commented 6 months ago

How do you configure your custom path? Do you set the SCOOP env var or you set root_path in your scoop config?

kewubenduben commented 6 months ago

I've fixed it already by setting root_path manually.

My scoop build is a recovered installation from old backup and recofingured by doing scoop reset *.

Anyways, consider this as done.

Thanks