Force remove symlink for brew python install

This commit is contained in:
manongjohn 2021-01-26 09:03:23 -05:00
parent 3428966660
commit f22d13b386

View file

@ -1,8 +1,7 @@
#!/bin/bash #!/bin/bash
brew update brew update
# from Homebrew 1.6.0 the old formula for obtaining Qt5.9.2 becomes invalid. # Remove symlink to bin/2to3 in order for latest python to install
# so we start to use the latest version of Qt. (#1910) rm -f '/usr/local/bin/2to3'
brew unlink python@2
brew install boost qt clang-format glew lz4 lzo libmypaint jpeg-turbo nasm yasm aom dav1d fontconfig freetype gnutls lame libass libbluray libsoxr libvorbis libvpx opencore-amr openh264 openjpeg opus rav1e sdl2 snappy speex tesseract theora webp xvid xz brew install boost qt clang-format glew lz4 lzo libmypaint jpeg-turbo nasm yasm aom dav1d fontconfig freetype gnutls lame libass libbluray libsoxr libvorbis libvpx opencore-amr openh264 openjpeg opus rav1e sdl2 snappy speex tesseract theora webp xvid xz
# delete older qt versions and make sure to have only the latest # delete older qt versions and make sure to have only the latest
brew cleanup qt brew cleanup qt