Skip to content
Discussion options

You must be logged in to vote

That's because these are already in bin:

❯ ls /opt/homebrew/opt/[email protected]/bin
󰡯 idle3     󰡯 pip3     󰡯 pydoc3     󰡯 python3          python3.13         󰡯 wheel3
 idle3.13   pip3.13   pydoc3.13  󰡯 python3-config   python3.13-config   wheel3.13

This makes them symlinked into $HOMEBREW_PREFIX/bin already:

❯ ls /opt/homebrew/bin/*3.13
 /opt/homebrew/bin/idle3.13   /opt/homebrew/bin/pip3.13   /opt/homebrew/bin/pydoc3.13   /opt/homebrew/bin/python3.13   /opt/homebrew/bin/wheel3.13

If you need these, add $HOMEBREW_PREFIX/bin or "$(brew --prefix [email protected])/bin" to your PATH.

Note that this is also true for [email protected], and other Python versions:

❯ ls "$(brew --prefix [email protected])…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@sebastianw
Comment options

Answer selected by sebastianw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants