microsoft / python-environment-tools

MIT License
110 stars 7 forks source link

Misc changes #29

Closed DonJayamanne closed 2 weeks ago

DonJayamanne commented 1 month ago
DonJayamanne commented 2 weeks ago

Homebrew can be installed in custom paths (use brew --prefix to get the paths)

Based on the docs of homebrew, this is discouraged. Will not be adding support for this, as the goal is to focus on the majority case, and the assumption is that majority of the users will not do this (i.e. will not install in custom locations). Even if they do install in a custom location the locators will find them (if they are in path), & will be tagged as unknown which is fine (after all, they're still discovered).