
According to [Python specification][1], we should remove `RECORD` file to prevent changes to installed formula files via other tools, e.g. pip. This also improves chances of generating an `all` bottle as it avoids diff due to checksums of HOMEBREW_PREFIX present files. Also modify `INSTALLER` file to indicate that brew is managing the Python package. [1]: https://packaging.python.org/en/latest/specifications/recording-installed-packages/#intentionally-preventing-changes-to-installed-packages Signed-off-by: Michael Cho <michael@michaelcho.dev>
Library
This directory contains all the code run by the official brew
command in Homebrew
and all formulae (package descriptions) in taps (repositories containing formulae) in Taps
subdirectories.