Skip to content

Instantly share code, notes, and snippets.

@simonw
Created August 9, 2020 03:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simonw/7bfd971a62743d7ca248e6b5e696c240 to your computer and use it in GitHub Desktop.
Save simonw/7bfd971a62743d7ca248e6b5e696c240 to your computer and use it in GitHub Desktop.
$ brew tap saulpw/vd
Updating Homebrew...
...
==> Tapping saulpw/vd
Cloning into '/usr/local/Homebrew/Library/Taps/saulpw/homebrew-vd'...
remote: Enumerating objects: 109, done.
remote: Total 109 (delta 0), reused 0 (delta 0), pack-reused 109
Receiving objects: 100% (109/109), 16.56 KiB | 199.00 KiB/s, done.
Resolving deltas: 100% (29/29), done.
Tapped 1 formula (27 files, 49.9KB).
simon@Simons-MacBook-Pro ~ %
simon@Simons-MacBook-Pro ~ %
simon@Simons-MacBook-Pro ~ % brew install visidata
==> Installing visidata from saulpw/vd
==> Downloading https://homebrew.bintray.com/bottles/gdbm-1.18.1_1.catalina.bottle.tar.gz
==> Downloading from https://d29vzk4ow07wi7.cloudfront.net/f7b5ab7363961fa6defcb66b4ffdf5365264fcb97d35bc413e754f173a3b191
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/sqlite-3.32.3.catalina.bottle.tar.gz
==> Downloading from https://d29vzk4ow07wi7.cloudfront.net/98f798c4a62c9db46cc6ac82c499a0a1b8016dfebdfaa54eb4bf5c95a90117b
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/python%403.8-3.8.5.catalina.bottle.tar.gz
==> Downloading from https://d29vzk4ow07wi7.cloudfront.net/3f0592dfdf6bf38c25870b57ba3e71b5b47e6c5a5ddb76aaafcbffe67eff835
######################################################################## 100.0%
==> Downloading https://files.pythonhosted.org/packages/11/74/2c151a13ef41ab9fb43b3c4ff9e788e0496ed7923b2078d42cab30622bdf
######################################################################## 100.0%
==> Downloading https://files.pythonhosted.org/packages/16/d8/bc6316cf98419719bd59c91742194c111b6f2e85abac88e496adefaf7afe
######################################################################## 100.0%
==> Downloading https://files.pythonhosted.org/packages/54/bb/f1db86504f7a49e1d9b9301531181b00a1c7325dc85a29160ee3eaa73a54
######################################################################## 100.0%
==> Downloading https://files.pythonhosted.org/packages/22/28/a99c42aea746e18382ad9fb36f64c1c1f04216f41797f2f0fa567da11388
######################################################################## 100.0%
==> Downloading https://files.pythonhosted.org/packages/9b/fa/40beb2aa43a13f740dd5be367a10a03270043787833409c61b79e69f1dfd
######################################################################## 100.0%
==> Downloading https://files.pythonhosted.org/packages/8c/75/c4e557207c7ff3d217d002d4fee32b4e5dbfc5498e2a2c9ce6b5424c5e37
######################################################################## 100.0%
==> Downloading https://files.pythonhosted.org/packages/86/cf/bb010f16cefa8f26ac9329ca033134bcabc7a27f5c3d8de961bacc0f80b3
######################################################################## 100.0%
==> Downloading https://files.pythonhosted.org/packages/f4/bd/0467d62790828c23c47fc1dfa1b1f052b24efdf5290f071c7a91d0d82fd3
######################################################################## 100.0%
==> Downloading https://files.pythonhosted.org/packages/23/3f/8be01c50ed24a4bd6b8da799839066ce0288f66f5e11f0367323467f0cbc
######################################################################## 100.0%
==> Downloading https://files.pythonhosted.org/packages/fc/bb/a5768c230f9ddb03acc9ef3f0d4a3cf93462473795d18e9535498c8f929d
######################################################################## 100.0%
==> Downloading https://files.pythonhosted.org/packages/ee/11/7c59620aceedcc1ef65e156cc5ce5a24ef87be4107c2b74458464e437a5d
######################################################################## 100.0%
==> Downloading https://files.pythonhosted.org/packages/b0/e1/eab4fc3752e3d240468a8c0b284607899d2fbfb236a56b7377a329aa8d09
######################################################################## 100.0%
==> Downloading https://files.pythonhosted.org/packages/36/14/4e58e16122dd50577a2bfa883c19bd781e223714d55a0d97f56ea506763c
######################################################################## 100.0%
==> Downloading https://files.pythonhosted.org/packages/a6/f3/e16712dc1d51e59c3e1f925b3375c6774c135ea7f5c39597c976bd2ef991
######################################################################## 100.0%
==> Installing dependencies for saulpw/vd/visidata: gdbm, sqlite and python
==> Installing saulpw/vd/visidata dependency: gdbm
==> Pouring gdbm-1.18.1_1.catalina.bottle.tar.gz
🍺 /usr/local/Cellar/gdbm/1.18.1_1: 25 files, 641.0KB
==> Installing saulpw/vd/visidata dependency: sqlite
==> Pouring sqlite-3.32.3.catalina.bottle.tar.gz
==> Caveats
sqlite is keg-only, which means it was not symlinked into /usr/local,
because macOS already provides this software and installing another version in
parallel can cause all kinds of trouble.
If you need to have sqlite first in your PATH run:
echo 'export PATH="/usr/local/opt/sqlite/bin:$PATH"' >> ~/.zshrc
For compilers to find sqlite you may need to set:
export LDFLAGS="-L/usr/local/opt/sqlite/lib"
export CPPFLAGS="-I/usr/local/opt/sqlite/include"
For pkg-config to find sqlite you may need to set:
export PKG_CONFIG_PATH="/usr/local/opt/sqlite/lib/pkgconfig"
==> Summary
🍺 /usr/local/Cellar/sqlite/3.32.3: 11 files, 4MB
==> Installing saulpw/vd/visidata dependency: python
==> Pouring python@3.8-3.8.5.catalina.bottle.tar.gz
==> /usr/local/Cellar/python@3.8/3.8.5/bin/python3 -s setup.py --no-user-cfg install --force --verbose --install-scripts=/usr/local/Cellar/python@3.8/3.8.5/bin --install-lib=/usr/local/lib/python3.8/site-packages --single-versio
==> /usr/local/Cellar/python@3.8/3.8.5/bin/python3 -s setup.py --no-user-cfg install --force --verbose --install-scripts=/usr/local/Cellar/python@3.8/3.8.5/bin --install-lib=/usr/local/lib/python3.8/site-packages --single-versio
==> /usr/local/Cellar/python@3.8/3.8.5/bin/python3 -s setup.py --no-user-cfg install --force --verbose --install-scripts=/usr/local/Cellar/python@3.8/3.8.5/bin --install-lib=/usr/local/lib/python3.8/site-packages --single-versio
==> Caveats
Python has been installed as
/usr/local/bin/python3
Unversioned symlinks `python`, `python-config`, `pip` etc. pointing to
`python3`, `python3-config`, `pip3` etc., respectively, have been installed into
/usr/local/opt/python@3.8/libexec/bin
You can install Python packages with
pip3 install <package>
They will install into the site-package directory
/usr/local/lib/python3.8/site-packages
See: https://docs.brew.sh/Homebrew-and-Python
==> Summary
🍺 /usr/local/Cellar/python@3.8/3.8.5: 4,331 files, 67MB
==> Installing saulpw/vd/visidata
==> python3 -c import setuptools... --no-user-cfg install --prefix=/private/tmp/visidata--homebrew-virtualenv-20200808-75532-u775hf/target --install-scripts=/private/tmp/visidata--homebrew-virtualenv-20200808-75532-u775hf/target
==> python3 -s /private/tmp/visidata--homebrew-virtualenv-20200808-75532-u775hf/target/bin/virtualenv -p python3 /usr/local/Cellar/visidata/1.5.2/libexec
==> /usr/local/Cellar/visidata/1.5.2/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/visidata--six-20200808-75532-13wl7tp/six-1.11.0
==> /usr/local/Cellar/visidata/1.5.2/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/visidata--python-dateutil-20200808-75532-66s7q7/python-dateutil-2.6.1
==> /usr/local/Cellar/visidata/1.5.2/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/visidata--et-xmlfile-20200808-75532-22fscn/et_xmlfile-1.0.1
==> /usr/local/Cellar/visidata/1.5.2/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/visidata--jdcal-20200808-75532-17ge10n/jdcal-1.3
==> /usr/local/Cellar/visidata/1.5.2/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/visidata--openpyxl-20200808-75532-11famsv/openpyxl-2.4.9
==> /usr/local/Cellar/visidata/1.5.2/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/visidata--xlrd-20200808-75532-1rb712f/xlrd-1.1.0
==> /usr/local/Cellar/visidata/1.5.2/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/visidata--idna-20200808-75532-13qt6yk/idna-2.6
==> /usr/local/Cellar/visidata/1.5.2/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/visidata--certifi-20200808-75532-1ebvgyq/certifi-2017.11.5
==> /usr/local/Cellar/visidata/1.5.2/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/visidata--chardet-20200808-75532-l9fjbt/chardet-3.0.4
==> /usr/local/Cellar/visidata/1.5.2/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/visidata--urllib3-20200808-75532-64x166/urllib3-1.22
==> /usr/local/Cellar/visidata/1.5.2/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/visidata--requests-20200808-75532-1v0he4x/requests-2.18.4
==> /usr/local/Cellar/visidata/1.5.2/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/visidata--lxml-20200808-75532-16lrnye/lxml-4.3.5
==> /usr/local/Cellar/visidata/1.5.2/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/visidata-20200808-75532-t3xnnu/visidata-1.5.2
🍺 /usr/local/Cellar/visidata/1.5.2: 2,114 files, 22.5MB, built in 1 minute 24 seconds
==> `brew cleanup` has not been run in 30 days, running now...
Removing: /Users/simon/Library/Caches/Homebrew/flyctl--0.0.134.tar.gz... (12.8MB)
Removing: /Users/simon/Library/Caches/Homebrew/freexl--1.0.5_1.catalina.bottle.1.tar.gz... (238.8KB)
Removing: /usr/local/Cellar/gdbm/1.18.1... (20 files, 602.8KB)
Removing: /Users/simon/Library/Caches/Homebrew/gdbm--1.18.1.catalina.bottle.1.tar.gz... (196.7KB)
Removing: /Users/simon/Library/Caches/Homebrew/gettext--0.20.2.catalina.bottle.tar.gz... (8.4MB)
Removing: /Users/simon/Library/Caches/Homebrew/gettext--0.20.2_1.catalina.bottle.tar.gz... (8.4MB)
Removing: /Users/simon/Library/Caches/Homebrew/node--14.4.0.catalina.bottle.tar.gz... (16.3MB)
Removing: /Users/simon/Library/Caches/Homebrew/now-cli--19.1.1.catalina.bottle.tar.gz... (14.5MB)
Removing: /usr/local/Cellar/pcre2/10.34... (230 files, 5.9MB)
Removing: /Users/simon/Library/Caches/Homebrew/postgresql--12.3_4.catalina.bottle.tar.gz... (10.7MB)
Removing: /Users/simon/Library/Caches/Homebrew/proj--7.0.1.catalina.bottle.tar.gz... (3.8MB)
Removing: /usr/local/Cellar/python/3.7.7... (4,138 files, 63.1MB)
Removing: /usr/local/Cellar/python@3.8/3.8.3... (4,320 files, 65.4MB)
Removing: /Users/simon/Library/Caches/Homebrew/python@3.8--3.8.3.catalina.bottle.tar.gz... (15.3MB)
Removing: /Users/simon/Library/Caches/Homebrew/semgrep--0.12.0.catalina.bottle.tar.gz... (4.5MB)
Removing: /Users/simon/Library/Caches/Homebrew/sloccount--2.26.catalina.bottle.tar.gz... (136.9KB)
Removing: /usr/local/Cellar/sqlite/3.32.1... (11 files, 4MB)
Removing: /Users/simon/Library/Caches/Homebrew/sqlite--3.32.1.catalina.bottle.tar.gz... (1.9MB)
Removing: /Users/simon/Library/Caches/Homebrew/python--3.7.7.catalina.bottle.tar.gz... (14.9MB)
Removing: /Users/simon/Library/Logs/Homebrew/aws-sam-cli... (64B)
Removing: /Users/simon/Library/Logs/Homebrew/postgresql... (1.3KB)
Removing: /Users/simon/Library/Logs/Homebrew/flyctl... (115B)
Removing: /Users/simon/Library/Logs/Homebrew/sloccount... (64B)
Removing: /Users/simon/Library/Logs/Homebrew/pipenv... (64B)
Removing: /Users/simon/Library/Logs/Homebrew/semgrep... (64B)
Removing: /Users/simon/Library/Logs/Homebrew/icu4c... (64B)
Removing: /Users/simon/Library/Logs/Homebrew/sqlite... (64B)
Removing: /Users/simon/Library/Logs/Homebrew/krb5... (64B)
Removing: /Users/simon/Library/Logs/Homebrew/md5sha1sum... (64B)
Removing: /Users/simon/Library/Logs/Homebrew/pcre2... (64B)
Removing: /Users/simon/Library/Logs/Homebrew/node... (64B)
Removing: /Users/simon/Library/Logs/Homebrew/ripgrep... (64B)
Removing: /Users/simon/Library/Logs/Homebrew/python@3.8... (3 files, 172KB)
Removing: /Users/simon/Library/Logs/Homebrew/materialized... (64B)
Removing: /Users/simon/Library/Logs/Homebrew/telnet... (64B)
==> Upgrading 18 dependents:
aws/tap/aws-sam-cli 0.52.0 -> 1.0.0, aws/tap/aws-sam-cli 0.52.0 -> 1.0.0, aws/tap/aws-sam-cli 0.52.0 -> 1.0.0, glib 2.64.2_1 -> 2.64.4_2, glib 2.64.2_1 -> 2.64.4_2, glib 2.64.2_1 -> 2.64.4_2, libheif 1.6.2_1 -> 1.7.0, libheif 1.6.2_1 -> 1.7.0, libheif 1.6.2_1 -> 1.7.0, pipx 0.15.1.3_1 -> 0.15.4.0, pipx 0.15.1.3_1 -> 0.15.4.0, pipx 0.15.1.3_1 -> 0.15.4.0, semgrep 0.12.0 -> 0.18.0, semgrep 0.12.0 -> 0.18.0, semgrep 0.12.0 -> 0.18.0, shared-mime-info 1.15 -> 2.0, shared-mime-info 1.15 -> 2.0, shared-mime-info 1.15 -> 2.0
==> Upgrading shared-mime-info 1.15 -> 2.0
==> Downloading https://homebrew.bintray.com/bottles/gettext-0.21.catalina.bottle.tar.gz
==> Downloading from https://d29vzk4ow07wi7.cloudfront.net/cdea54f52b7c36ebcb5fe26a1cf736d7cd6fd5f2fd016dd8357a8624ffd6b5f
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/glib-2.64.4_2.catalina.bottle.tar.gz
==> Downloading from https://d29vzk4ow07wi7.cloudfront.net/288fc814fdcc2b48b4296d700ce59468ae3a79bc11fa7978ca4de715afe8861
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/docbook-5.1_1.catalina.bottle.tar.gz
==> Downloading from https://d29vzk4ow07wi7.cloudfront.net/8152e5356c47a7b8282f3ed84ee3f29565e8ce620bddeaeaf23dfd1f5ef111a
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/docbook-xsl-1.79.2_1.catalina.bottle.tar.gz
==> Downloading from https://d29vzk4ow07wi7.cloudfront.net/65a5442556a88a865ef377cb73df0b3edf9ab2240e6f4bb2d71a71eabc74fa2
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/gnu-getopt-2.36.catalina.bottle.tar.gz
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/xmlto-0.0.28.catalina.bottle.1.tar.gz
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/shared-mime-info-2.0.catalina.bottle.tar.gz
==> Downloading from https://d29vzk4ow07wi7.cloudfront.net/5aefdc7964e569188cb67a49f4a428c64130f7c048ffd55106c656eb0c6caa2
######################################################################## 100.0%
==> Installing dependencies for shared-mime-info: gettext, glib, docbook, docbook-xsl, gnu-getopt and xmlto
==> Installing shared-mime-info dependency: gettext
==> Pouring gettext-0.21.catalina.bottle.tar.gz
🍺 /usr/local/Cellar/gettext/0.21: 1,953 files, 19.0MB
==> Installing shared-mime-info dependency: glib
==> Pouring glib-2.64.4_2.catalina.bottle.tar.gz
==> Caveats
Bash completion has been installed to:
/usr/local/etc/bash_completion.d
==> Summary
🍺 /usr/local/Cellar/glib/2.64.4_2: 436 files, 14.8MB
==> Installing shared-mime-info dependency: docbook
==> Pouring docbook-5.1_1.catalina.bottle.tar.gz
==> xmlcatalog --noout --create /usr/local/etc/xml/catalog
==> xmlcatalog --noout --del file:///usr/local/opt/docbook/docbook/xml/4.2/catalog.xml /usr/local/etc/xml/catalog
==> xmlcatalog --noout --add nextCatalog file:///usr/local/opt/docbook/docbook/xml/4.2/catalog.xml /usr/local/etc/xml/catalog
==> xmlcatalog --noout --del file:///usr/local/opt/docbook/docbook/xml/4.1.2/catalog.xml /usr/local/etc/xml/catalog
==> xmlcatalog --noout --add nextCatalog file:///usr/local/opt/docbook/docbook/xml/4.1.2/catalog.xml /usr/local/etc/xml/catalog
==> xmlcatalog --noout --del file:///usr/local/opt/docbook/docbook/xml/4.3/catalog.xml /usr/local/etc/xml/catalog
==> xmlcatalog --noout --add nextCatalog file:///usr/local/opt/docbook/docbook/xml/4.3/catalog.xml /usr/local/etc/xml/catalog
==> xmlcatalog --noout --del file:///usr/local/opt/docbook/docbook/xml/4.4/catalog.xml /usr/local/etc/xml/catalog
==> xmlcatalog --noout --add nextCatalog file:///usr/local/opt/docbook/docbook/xml/4.4/catalog.xml /usr/local/etc/xml/catalog
==> xmlcatalog --noout --del file:///usr/local/opt/docbook/docbook/xml/4.5/catalog.xml /usr/local/etc/xml/catalog
==> xmlcatalog --noout --add nextCatalog file:///usr/local/opt/docbook/docbook/xml/4.5/catalog.xml /usr/local/etc/xml/catalog
==> xmlcatalog --noout --del file:///usr/local/opt/docbook/docbook/xml/5.0/catalog.xml /usr/local/etc/xml/catalog
==> xmlcatalog --noout --add nextCatalog file:///usr/local/opt/docbook/docbook/xml/5.0/catalog.xml /usr/local/etc/xml/catalog
==> xmlcatalog --noout --del file:///usr/local/opt/docbook/docbook/xml/5.1/catalog.xml /usr/local/etc/xml/catalog
==> xmlcatalog --noout --add nextCatalog file:///usr/local/opt/docbook/docbook/xml/5.1/catalog.xml /usr/local/etc/xml/catalog
==> Caveats
To use the DocBook package in your XML toolchain,
you need to add the following to your ~/.bashrc:
export XML_CATALOG_FILES="/usr/local/etc/xml/catalog"
==> Summary
🍺 /usr/local/Cellar/docbook/5.1_1: 199 files, 8.9MB
==> Installing shared-mime-info dependency: docbook-xsl
==> Pouring docbook-xsl-1.79.2_1.catalina.bottle.tar.gz
==> xmlcatalog --noout --del file:///usr/local/opt/docbook-xsl/docbook-xsl/catalog.xml /usr/local/etc/xml/catalog
==> xmlcatalog --noout --add nextCatalog file:///usr/local/opt/docbook-xsl/docbook-xsl/catalog.xml /usr/local/etc/xml/catalog
==> xmlcatalog --noout --del https://cdn.docbook.org/release/xsl-nons/1.79.2 /usr/local/etc/xml/catalog
==> xmlcatalog --noout --add rewriteSystem https://cdn.docbook.org/release/xsl-nons/1.79.2 file:///usr/local/opt/docbook-xsl/docbook-xsl /usr/local/etc/xml/catalog
==> xmlcatalog --noout --add rewriteURI https://cdn.docbook.org/release/xsl-nons/1.79.2 file:///usr/local/opt/docbook-xsl/docbook-xsl /usr/local/etc/xml/catalog
==> xmlcatalog --noout --del https://cdn.docbook.org/release/xsl-nons/current /usr/local/etc/xml/catalog
==> xmlcatalog --noout --add rewriteSystem https://cdn.docbook.org/release/xsl-nons/current file:///usr/local/opt/docbook-xsl/docbook-xsl /usr/local/etc/xml/catalog
==> xmlcatalog --noout --add rewriteURI https://cdn.docbook.org/release/xsl-nons/current file:///usr/local/opt/docbook-xsl/docbook-xsl /usr/local/etc/xml/catalog
==> xmlcatalog --noout --del http://docbook.sourceforge.net/release/xsl/1.79.2 /usr/local/etc/xml/catalog
==> xmlcatalog --noout --add rewriteSystem http://docbook.sourceforge.net/release/xsl/1.79.2 file:///usr/local/opt/docbook-xsl/docbook-xsl /usr/local/etc/xml/catalog
==> xmlcatalog --noout --add rewriteURI http://docbook.sourceforge.net/release/xsl/1.79.2 file:///usr/local/opt/docbook-xsl/docbook-xsl /usr/local/etc/xml/catalog
==> xmlcatalog --noout --del http://docbook.sourceforge.net/release/xsl/current /usr/local/etc/xml/catalog
==> xmlcatalog --noout --add rewriteSystem http://docbook.sourceforge.net/release/xsl/current file:///usr/local/opt/docbook-xsl/docbook-xsl /usr/local/etc/xml/catalog
==> xmlcatalog --noout --add rewriteURI http://docbook.sourceforge.net/release/xsl/current file:///usr/local/opt/docbook-xsl/docbook-xsl /usr/local/etc/xml/catalog
==> xmlcatalog --noout --del file:///usr/local/opt/docbook-xsl/docbook-xsl-ns/catalog.xml /usr/local/etc/xml/catalog
==> xmlcatalog --noout --add nextCatalog file:///usr/local/opt/docbook-xsl/docbook-xsl-ns/catalog.xml /usr/local/etc/xml/catalog
==> xmlcatalog --noout --del https://cdn.docbook.org/release/xsl/1.79.2 /usr/local/etc/xml/catalog
==> xmlcatalog --noout --add rewriteSystem https://cdn.docbook.org/release/xsl/1.79.2 file:///usr/local/opt/docbook-xsl/docbook-xsl-ns /usr/local/etc/xml/catalog
==> xmlcatalog --noout --add rewriteURI https://cdn.docbook.org/release/xsl/1.79.2 file:///usr/local/opt/docbook-xsl/docbook-xsl-ns /usr/local/etc/xml/catalog
==> xmlcatalog --noout --del https://cdn.docbook.org/release/xsl/current /usr/local/etc/xml/catalog
==> xmlcatalog --noout --add rewriteSystem https://cdn.docbook.org/release/xsl/current file:///usr/local/opt/docbook-xsl/docbook-xsl-ns /usr/local/etc/xml/catalog
==> xmlcatalog --noout --add rewriteURI https://cdn.docbook.org/release/xsl/current file:///usr/local/opt/docbook-xsl/docbook-xsl-ns /usr/local/etc/xml/catalog
==> xmlcatalog --noout --del http://docbook.sourceforge.net/release/xsl-ns/1.79.2 /usr/local/etc/xml/catalog
==> xmlcatalog --noout --add rewriteSystem http://docbook.sourceforge.net/release/xsl-ns/1.79.2 file:///usr/local/opt/docbook-xsl/docbook-xsl-ns /usr/local/etc/xml/catalog
==> xmlcatalog --noout --add rewriteURI http://docbook.sourceforge.net/release/xsl-ns/1.79.2 file:///usr/local/opt/docbook-xsl/docbook-xsl-ns /usr/local/etc/xml/catalog
==> xmlcatalog --noout --del http://docbook.sourceforge.net/release/xsl-ns/current /usr/local/etc/xml/catalog
==> xmlcatalog --noout --add rewriteSystem http://docbook.sourceforge.net/release/xsl-ns/current file:///usr/local/opt/docbook-xsl/docbook-xsl-ns /usr/local/etc/xml/catalog
==> xmlcatalog --noout --add rewriteURI http://docbook.sourceforge.net/release/xsl-ns/current file:///usr/local/opt/docbook-xsl/docbook-xsl-ns /usr/local/etc/xml/catalog
🍺 /usr/local/Cellar/docbook-xsl/1.79.2_1: 4,910 files, 94.0MB
==> Installing shared-mime-info dependency: gnu-getopt
==> Pouring gnu-getopt-2.36.catalina.bottle.tar.gz
==> Caveats
gnu-getopt is keg-only, which means it was not symlinked into /usr/local,
because macOS already provides this software and installing another version in
parallel can cause all kinds of trouble.
If you need to have gnu-getopt first in your PATH run:
echo 'export PATH="/usr/local/opt/gnu-getopt/bin:$PATH"' >> ~/.zshrc
Bash completion has been installed to:
/usr/local/opt/gnu-getopt/etc/bash_completion.d
==> Summary
🍺 /usr/local/Cellar/gnu-getopt/2.36: 10 files, 166.2KB
==> Installing shared-mime-info dependency: xmlto
==> Pouring xmlto-0.0.28.catalina.bottle.1.tar.gz
🍺 /usr/local/Cellar/xmlto/0.0.28: 46 files, 142.0KB
==> Installing shared-mime-info
==> Pouring shared-mime-info-2.0.catalina.bottle.tar.gz
==> /usr/local/Cellar/shared-mime-info/2.0/bin/update-mime-database /usr/local/share/mime
🍺 /usr/local/Cellar/shared-mime-info/2.0: 86 files, 4.4MB
Removing: /usr/local/Cellar/shared-mime-info/1.15... (85 files, 4.7MB)
==> Upgrading aws/tap/aws-sam-cli 0.52.0 -> 1.0.0
==> Downloading https://homebrew.bintray.com/bottles/python%403.7-3.7.8_1.catalina.bottle.tar.gz
==> Downloading from https://d29vzk4ow07wi7.cloudfront.net/820f16256e3e36b6ef99538edb4b825b223ca0a8a906dc6512a1e268b39c7b0
######################################################################## 100.0%
==> Downloading https://github.com/awslabs/aws-sam-cli/releases/download/v1.0.0//aws-sam-cli-1.0.0.sierra.bottle.tar.gz
==> Downloading from https://github-production-release-asset-2e65be.s3.amazonaws.com/92205085/e735ac80-cb53-11ea-9ff8-7007
######################################################################## 100.0%
==> Installing dependencies for aws/tap/aws-sam-cli: python@3.7
==> Installing aws/tap/aws-sam-cli dependency: python@3.7
==> Pouring python@3.7-3.7.8_1.catalina.bottle.tar.gz
==> /usr/local/Cellar/python@3.7/3.7.8_1/bin/python3 -s setup.py --no-user-cfg install --force --verbose --install-scripts=/usr/local/Cellar/python@3.7/3.7.8_1/bin --install-lib=/usr/local/lib/python3.7/site-packages --single-ve
==> /usr/local/Cellar/python@3.7/3.7.8_1/bin/python3 -s setup.py --no-user-cfg install --force --verbose --install-scripts=/usr/local/Cellar/python@3.7/3.7.8_1/bin --install-lib=/usr/local/lib/python3.7/site-packages --single-ve
==> /usr/local/Cellar/python@3.7/3.7.8_1/bin/python3 -s setup.py --no-user-cfg install --force --verbose --install-scripts=/usr/local/Cellar/python@3.7/3.7.8_1/bin --install-lib=/usr/local/lib/python3.7/site-packages --single-ve
==> Caveats
Python has been installed as
/usr/local/opt/python@3.7/bin/python3
Unversioned symlinks `python`, `python-config`, `pip` etc. pointing to
`python3`, `python3-config`, `pip3` etc., respectively, have been installed into
/usr/local/opt/python@3.7/libexec/bin
You can install Python packages with
/usr/local/opt/python@3.7/bin/pip3 install <package>
They will install into the site-package directory
/usr/local/lib/python3.7/site-packages
See: https://docs.brew.sh/Homebrew-and-Python
python@3.7 is keg-only, which means it was not symlinked into /usr/local,
because this is an alternate version of another formula.
If you need to have python@3.7 first in your PATH run:
echo 'export PATH="/usr/local/opt/python@3.7/bin:$PATH"' >> ~/.zshrc
For compilers to find python@3.7 you may need to set:
export LDFLAGS="-L/usr/local/opt/python@3.7/lib"
For pkg-config to find python@3.7 you may need to set:
export PKG_CONFIG_PATH="/usr/local/opt/python@3.7/lib/pkgconfig"
==> Summary
🍺 /usr/local/Cellar/python@3.7/3.7.8_1: 4,007 files, 61.4MB
==> Installing aws/tap/aws-sam-cli
==> Pouring aws-sam-cli-1.0.0.sierra.bottle.tar.gz
🍺 /usr/local/Cellar/aws-sam-cli/1.0.0: 4,109 files, 83MB
Removing: /usr/local/Cellar/aws-sam-cli/0.52.0... (4,846 files, 71.8MB)
==> Upgrading aws/tap/aws-sam-cli 1.0.0 -> 1.0.0
==> Upgrading glib 2.64.4_2 -> 2.64.4_2
Removing: /usr/local/Cellar/glib/2.64.2_1... (436 files, 15.7MB)
==> Upgrading glib 2.64.4_2 -> 2.64.4_2
==> Upgrading glib 2.64.4_2 -> 2.64.4_2
==> Upgrading libheif 1.6.2_1 -> 1.7.0
==> Downloading https://homebrew.bintray.com/bottles/x265-3.4.catalina.bottle.tar.gz
==> Downloading from https://d29vzk4ow07wi7.cloudfront.net/51c759fb1ae6220caca443ef28171e94e387c5358ff5d8803716dc7d80d0b7d
######################################################################## 100.0%
==> Downloading https://homebrew.bintray.com/bottles/libheif-1.7.0.catalina.bottle.tar.gz
==> Downloading from https://d29vzk4ow07wi7.cloudfront.net/dc3c55be447a590b3bfd0ba5e0a1bf1a79276a219123fdbf9d9dda5995a95de
######################################################################## 100.0%
==> Installing dependencies for libheif: x265
==> Installing libheif dependency: x265
==> Pouring x265-3.4.catalina.bottle.tar.gz
🍺 /usr/local/Cellar/x265/3.4: 11 files, 35.5MB
==> Installing libheif
==> Pouring libheif-1.7.0.catalina.bottle.tar.gz
==> /usr/local/opt/shared-mime-info/bin/update-mime-database /usr/local/share/mime
🍺 /usr/local/Cellar/libheif/1.7.0: 23 files, 2.4MB
Removing: /usr/local/Cellar/libheif/1.6.2_1... (23 files, 2.3MB)
==> Upgrading libheif 1.7.0 -> 1.7.0
==> Upgrading libheif 1.7.0 -> 1.7.0
==> Upgrading pipx 0.15.1.3_1 -> 0.15.4.0
==> Downloading https://homebrew.bintray.com/bottles/pipx-0.15.4.0.catalina.bottle.tar.gz
######################################################################## 100.0%
==> Pouring pipx-0.15.4.0.catalina.bottle.tar.gz
🍺 /usr/local/Cellar/pipx/0.15.4.0: 92 files, 530.9KB
Removing: /usr/local/Cellar/pipx/0.15.1.3_1... (120 files, 726KB)
==> Upgrading pipx 0.15.4.0 -> 0.15.4.0
==> Upgrading pipx 0.15.4.0 -> 0.15.4.0
==> Upgrading semgrep 0.12.0 -> 0.18.0
==> Downloading https://homebrew.bintray.com/bottles/semgrep-0.18.0.catalina.bottle.tar.gz
==> Downloading from https://d29vzk4ow07wi7.cloudfront.net/c8396745dd6248f3318fcec5cc1e036657d8b8c41b27ff33ab9026b36fc9432
######################################################################## 100.0%
==> Pouring semgrep-0.18.0.catalina.bottle.tar.gz
🍺 /usr/local/Cellar/semgrep/0.18.0: 982 files, 77.8MB
Removing: /usr/local/Cellar/semgrep/0.12.0... (1,119 files, 23.3MB)
==> Upgrading semgrep 0.18.0 -> 0.18.0
==> Upgrading semgrep 0.18.0 -> 0.18.0
==> Upgrading shared-mime-info 2.0 -> 2.0
==> Upgrading shared-mime-info 2.0 -> 2.0
==> Upgrading aws/tap/aws-sam-cli 1.0.0 -> 1.0.0
==> Checking for dependents of upgraded formulae...
==> No broken dependents found!
==> Caveats
==> sqlite
sqlite is keg-only, which means it was not symlinked into /usr/local,
because macOS already provides this software and installing another version in
parallel can cause all kinds of trouble.
If you need to have sqlite first in your PATH run:
echo 'export PATH="/usr/local/opt/sqlite/bin:$PATH"' >> ~/.zshrc
For compilers to find sqlite you may need to set:
export LDFLAGS="-L/usr/local/opt/sqlite/lib"
export CPPFLAGS="-I/usr/local/opt/sqlite/include"
For pkg-config to find sqlite you may need to set:
export PKG_CONFIG_PATH="/usr/local/opt/sqlite/lib/pkgconfig"
==> python@3.8
Python has been installed as
/usr/local/bin/python3
Unversioned symlinks `python`, `python-config`, `pip` etc. pointing to
`python3`, `python3-config`, `pip3` etc., respectively, have been installed into
/usr/local/opt/python@3.8/libexec/bin
You can install Python packages with
pip3 install <package>
They will install into the site-package directory
/usr/local/lib/python3.8/site-packages
See: https://docs.brew.sh/Homebrew-and-Python
==> glib
Bash completion has been installed to:
/usr/local/etc/bash_completion.d
==> docbook
To use the DocBook package in your XML toolchain,
you need to add the following to your ~/.bashrc:
export XML_CATALOG_FILES="/usr/local/etc/xml/catalog"
==> gnu-getopt
gnu-getopt is keg-only, which means it was not symlinked into /usr/local,
because macOS already provides this software and installing another version in
parallel can cause all kinds of trouble.
If you need to have gnu-getopt first in your PATH run:
echo 'export PATH="/usr/local/opt/gnu-getopt/bin:$PATH"' >> ~/.zshrc
Bash completion has been installed to:
/usr/local/opt/gnu-getopt/etc/bash_completion.d
==> python@3.7
Python has been installed as
/usr/local/opt/python@3.7/bin/python3
Unversioned symlinks `python`, `python-config`, `pip` etc. pointing to
`python3`, `python3-config`, `pip3` etc., respectively, have been installed into
/usr/local/opt/python@3.7/libexec/bin
You can install Python packages with
/usr/local/opt/python@3.7/bin/pip3 install <package>
They will install into the site-package directory
/usr/local/lib/python3.7/site-packages
See: https://docs.brew.sh/Homebrew-and-Python
python@3.7 is keg-only, which means it was not symlinked into /usr/local,
because this is an alternate version of another formula.
If you need to have python@3.7 first in your PATH run:
echo 'export PATH="/usr/local/opt/python@3.7/bin:$PATH"' >> ~/.zshrc
For compilers to find python@3.7 you may need to set:
export LDFLAGS="-L/usr/local/opt/python@3.7/lib"
For pkg-config to find python@3.7 you may need to set:
export PKG_CONFIG_PATH="/usr/local/opt/python@3.7/lib/pkgconfig"
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment