Skip to content

Instantly share code, notes, and snippets.

@leleliu008
Created February 21, 2023 11:46
Show Gist options
  • Save leleliu008/94e24a7b90eaa67e6ab019d2d43f58b9 to your computer and use it in GitHub Desktop.
Save leleliu008/94e24a7b90eaa67e6ab019d2d43f58b9 to your computer and use it in GitHub Desktop.
python@3.11 on macOS 12.6 - Homebrew build logs
Homebrew build logs for python@3.11 on macOS 12.6
Build date: 2023-02-14 22:42:30
HOMEBREW_VERSION: 4.0.3
ORIGIN: https://github.com/Homebrew/brew
HEAD: ba6d87eed9ce31f42fa2b33a4e6067d9cf17f13f
Last commit: 18 hours ago
Core tap origin: https://github.com/Homebrew/homebrew-core
Core tap HEAD: e16f3ba881dfb7489510f275fa66418ae7f44df3
Core tap last commit: 2 hours ago
Core tap branch: master
Core tap JSON: 21 Feb 11:45 UTC
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CASK_OPTS: ["--no-quarantine"]
HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS: 3650
HOMEBREW_COLOR: set
HOMEBREW_GITHUB_API_TOKEN: set
HOMEBREW_MAKE_JOBS: 3
HOMEBREW_NO_AUTO_UPDATE: set
Homebrew Ruby: 2.6.10 => /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/bin/ruby
CPU: 3-core 64-bit ivybridge
Clang: 14.0.0 build 1400
Git: 2.39.2 => /usr/local/bin/git
Curl: 7.79.1 => /usr/bin/curl
macOS: 12.6.3-x86_64
CLT: 14.2.0.0.1.1668646533
Xcode: 14.2 => /Applications/Xcode_14.2.app/Contents/Developer
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry or file an issue; just ignore this. Thanks!
Warning: /usr/bin occurs before /usr/local/bin in your PATH.
This means that system-provided programs will be used instead of those
provided by Homebrew. Consider setting your PATH so that
/usr/local/bin occurs before /usr/bin. Here is a one-liner:
echo 'export PATH="/usr/local/bin:$PATH"' >> /Users/runner/.bash_profile
The following tools exist at both paths:
cpan
instmodsh
perlivp
pod2usage
corelist
git-receive-pack
libnetcfg
python3
encguess
pip3
pod2text
ptardiff
json_pp
perl
perlbug
piconv
ptargrep
h2ph
prove
podchecker
shasum
git-upload-archive
ptar
pl2pm
perlthanks
xsubpp
tidy
perldoc
h2xs
pod2man
enc2xs
git-shell
git-upload-pack
openssl
splain
pod2html
git
zipdetails
Warning: Homebrew's "bin" was not found in your PATH.
Consider setting your PATH for example like so:
echo 'export PATH="/usr/local/bin:$PATH"' >> /Users/runner/.bash_profile
Warning: Homebrew's "sbin" was not found in your PATH but you have installed
formulae that put executables in /usr/local/sbin.
Consider setting your PATH for example like so:
echo 'export PATH="/usr/local/sbin:$PATH"' >> /Users/runner/.bash_profile
2023-02-14 22:42:24 +0000
/usr/local/Cellar/python@3.11/3.11.2/bin/python3.11
-m
ensurepip
Looking in links: /private/tmp/tmpw1ljssqb
Processing /private/tmp/tmpw1ljssqb/setuptools-65.6.3-py3-none-any.whl
Processing /private/tmp/tmpw1ljssqb/pip-22.3.1-py3-none-any.whl
Installing collected packages: setuptools, pip
WARNING: The scripts pip3 and pip3.11 are installed in '/usr/local/opt/python@3.11/Frameworks/Python.framework/Versions/3.11/bin' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Successfully installed pip-22.3.1 setuptools-65.6.3
2023-02-14 22:42:30 +0000
/usr/local/Cellar/python@3.11/3.11.2/bin/python3.11
-m
pip
install
-v
--no-deps
--no-index
--upgrade
--isolated
--target=/usr/local/lib/python3.11/site-packages
/usr/local/Cellar/python@3.11/3.11.2/Frameworks/Python.framework/Versions/3.11/lib/python3.11/ensurepip/_bundled/setuptools-65.6.3-py3-none-any.whl
/usr/local/Cellar/python@3.11/3.11.2/Frameworks/Python.framework/Versions/3.11/lib/python3.11/ensurepip/_bundled/pip-22.3.1-py3-none-any.whl
/usr/local/Cellar/python@3.11/3.11.2/libexec/wheel-0.38.4-py3-none-any.whl
WARNING: The directory '/Users/runner/Library/Caches/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo's -H flag.
Using pip 22.3.1 from /usr/local/lib/python3.11/site-packages/pip (python 3.11)
Processing /usr/local/Cellar/python@3.11/3.11.2/Frameworks/Python.framework/Versions/3.11/lib/python3.11/ensurepip/_bundled/setuptools-65.6.3-py3-none-any.whl
Processing /usr/local/Cellar/python@3.11/3.11.2/Frameworks/Python.framework/Versions/3.11/lib/python3.11/ensurepip/_bundled/pip-22.3.1-py3-none-any.whl
Processing /usr/local/Cellar/python@3.11/3.11.2/libexec/wheel-0.38.4-py3-none-any.whl
Installing collected packages: wheel, setuptools, pip
Creating /private/tmp/pip-target-r9s6oww8/bin
changing mode of /private/tmp/pip-target-r9s6oww8/bin/wheel to 755
changing mode of /private/tmp/pip-target-r9s6oww8/bin/pip to 755
changing mode of /private/tmp/pip-target-r9s6oww8/bin/pip3 to 755
changing mode of /private/tmp/pip-target-r9s6oww8/bin/pip3.11 to 755
Successfully installed pip-22.3.1 setuptools-65.6.3 wheel-0.38.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment