SREとはのブログ

日々の作業メモ

brew install ansible

メモ

brew install ansible

> brew install ansible
Updating Homebrew...
==> Auto-updated Homebrew!
Updated 3 taps (homebrew/core, homebrew/cask and caskroom/fonts).
==> Updated Formulae
telnet ✔            aws-google-auth     clblast             dhall-json          flyway              i2p                 less                man-db              osquery             root                swiftformat         zero-install
tmux ✔              azure-storage-cpp   cobalt              dhall-lsp-server    folly               imagemagick         lesspipe            mill                pastel              rpcgen              tealdeer            zookeeper
vim ✔               b3sum               coccinelle          dps8m               fonttools           imagemagick@6       lft                 mongoose            pdfpc               serverless          telnetd             zydis
abcm2ps             bitrise             consul              dust                geoipupdate         jruby               libfido2            ne                  pgpool-ii           shadowenv           topgrade
agda                byteman             cpprestsdk          dvc                 gmsh                juju                libgphoto2          needle              pjproject           sleuthkit           wasmer
allure              camlp5              cromwell            dyld-headers        gptfdisk            kops                libgr               nifi                qca                 solr                webpack
angle-grinder       cargo-instruments   dhall               erlang              grails              lapack              libjwt              numpy@1.16          rancid              solr@7.7            xmake
appstream-glib      cfengine            dhall-bash          firebase-cli        graphicsmagick      latex2html          libunwind-headers   nwchem              ratfor              stress-ng           yq
==> Deleted Formulae
neal

==> Installing dependencies for ansible: readline, sqlite and python@3.8
==> Installing ansible dependency: readline
==> Downloading https://homebrew.bintray.com/bottles/readline-8.0.4.mojave.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/29/29f7102a730ab39c8312cad1e7e439f6da2a67c452ce2b3380581eb185a5d8e8?__gda__=exp=1583040182~hmac=4cd69795b7b1179d5c38bc4ca55c62e33cc5383fecf6e78f558e04f707f3fe68&response-content-disposition=
######################################################################## 100.0%
==> Pouring readline-8.0.4.mojave.bottle.tar.gz
==> Caveats
readline is keg-only, which means it was not symlinked into /usr/local,
because macOS provides the BSD libedit library, which shadows libreadline.
In order to prevent conflicts when programs look for libreadline we are
defaulting this GNU Readline installation to keg-only.

For compilers to find readline you may need to set:
  export LDFLAGS="-L/usr/local/opt/readline/lib"
  export CPPFLAGS="-I/usr/local/opt/readline/include"

For pkg-config to find readline you may need to set:
  export PKG_CONFIG_PATH="/usr/local/opt/readline/lib/pkgconfig"

==> Summary
🍺  /usr/local/Cellar/readline/8.0.4: 48 files, 1.5MB
==> Installing ansible dependency: sqlite
==> Downloading https://homebrew.bintray.com/bottles/sqlite-3.31.1.mojave.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/db/db7e3a6498bfdb4b4ceb8e8416020e2ad70de14975437f2e2a027485daeb2202?__gda__=exp=1583040185~hmac=176529bb0026a3008d13a39c3c611935fa4cb65fb8fd30120f7a1e5824bb36d5&response-content-disposition=
######################################################################## 100.0%
==> Pouring sqlite-3.31.1.mojave.bottle.tar.gz
==> Caveats
sqlite is keg-only, which means it was not symlinked into /usr/local,
because macOS provides an older sqlite3.

If you need to have sqlite first in your PATH run:
  echo 'export PATH="/usr/local/opt/sqlite/bin:$PATH"' >> ~/.bash_profile

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.31.1: 11 files, 4MB
==> Installing ansible dependency: python@3.8
==> Downloading https://homebrew.bintray.com/bottles/python@3.8-3.8.1.mojave.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/58/585780b529c01631d0382e0926f4588a743464a2597c288eeb806c18dd5048b6?__gda__=exp=1583040189~hmac=40e73f0b6c5067b2acfc7d018abc061eb9bc5ba6d072f349b6887bf67ae04a6b&response-content-disposition=
######################################################################## 100.0%
==> Pouring python@3.8-3.8.1.mojave.bottle.tar.gz
==> /usr/local/Cellar/python@3.8/3.8.1/bin/python3 -s setup.py --no-user-cfg install --force --verbose --install-scripts=/usr/local/Cellar/python@3.8/3.8.1/bin --install-lib=/usr/local/lib/python3.8/site-packages --single-version-external
==> /usr/local/Cellar/python@3.8/3.8.1/bin/python3 -s setup.py --no-user-cfg install --force --verbose --install-scripts=/usr/local/Cellar/python@3.8/3.8.1/bin --install-lib=/usr/local/lib/python3.8/site-packages --single-version-external
==> /usr/local/Cellar/python@3.8/3.8.1/bin/python3 -s setup.py --no-user-cfg install --force --verbose --install-scripts=/usr/local/Cellar/python@3.8/3.8.1/bin --install-lib=/usr/local/lib/python3.8/site-packages --single-version-external
==> Caveats
Python has been installed as
  /usr/local/opt/python@3.8/bin/python3

You can install Python packages with
  /usr/local/opt/python@3.8/bin/pip3 install <package>
They will install into the site-package directory
  /usr/local/opt/python@3.8/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages

See: https://docs.brew.sh/Homebrew-and-Python

python@3.8 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.8 first in your PATH run:
  echo 'export PATH="/usr/local/opt/python@3.8/bin:$PATH"' >> ~/.bash_profile

For compilers to find python@3.8 you may need to set:
  export LDFLAGS="-L/usr/local/opt/python@3.8/lib"

For pkg-config to find python@3.8 you may need to set:
  export PKG_CONFIG_PATH="/usr/local/opt/python@3.8/lib/pkgconfig"

==> Summary
🍺  /usr/local/Cellar/python@3.8/3.8.1: 4,094 files, 62.5MB
==> Installing ansible
==> Downloading https://homebrew.bintray.com/bottles/ansible-2.9.4_1.mojave.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/a8/a834bb82786159e2599146aa2d19c2370b5259320528d2e40166abce2e089c48?__gda__=exp=1583040209~hmac=459f7ee5bfdc51d162c98083dfbe4ef47df9a4a8fa7a1189067c7ea37aed5c21&response-content-disposition=
######################################################################## 100.0%
==> Pouring ansible-2.9.4_1.mojave.bottle.tar.gz
🍺  /usr/local/Cellar/ansible/2.9.4_1: 16,919 files, 211.3MB
==> Caveats
==> readline
readline is keg-only, which means it was not symlinked into /usr/local,
because macOS provides the BSD libedit library, which shadows libreadline.
In order to prevent conflicts when programs look for libreadline we are
defaulting this GNU Readline installation to keg-only.

For compilers to find readline you may need to set:
  export LDFLAGS="-L/usr/local/opt/readline/lib"
  export CPPFLAGS="-I/usr/local/opt/readline/include"

For pkg-config to find readline you may need to set:
  export PKG_CONFIG_PATH="/usr/local/opt/readline/lib/pkgconfig"

==> sqlite
sqlite is keg-only, which means it was not symlinked into /usr/local,
because macOS provides an older sqlite3.

If you need to have sqlite first in your PATH run:
  echo 'export PATH="/usr/local/opt/sqlite/bin:$PATH"' >> ~/.bash_profile

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/opt/python@3.8/bin/python3

You can install Python packages with
  /usr/local/opt/python@3.8/bin/pip3 install <package>
They will install into the site-package directory
  /usr/local/opt/python@3.8/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages

See: https://docs.brew.sh/Homebrew-and-Python

python@3.8 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.8 first in your PATH run:
  echo 'export PATH="/usr/local/opt/python@3.8/bin:$PATH"' >> ~/.bash_profile

For compilers to find python@3.8 you may need to set:
  export LDFLAGS="-L/usr/local/opt/python@3.8/lib"

For pkg-config to find python@3.8 you may need to set:
  export PKG_CONFIG_PATH="/usr/local/opt/python@3.8/lib/pkgconfig"

[14:12:53] tm@tm-22 /Users/tm (0)