[email protected] is missing Symlinks for major-versioned versions of binaries #6361
-
Output of
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
That's because these are already in
This makes them symlinked into
If you need these, add Note that this is also true for
|
Beta Was this translation helpful? Give feedback.
That's because these are already in
bin
:This makes them symlinked into
$HOMEBREW_PREFIX/bin
already:If you need these, add
$HOMEBREW_PREFIX/bin
or"$(brew --prefix [email protected])/bin"
to yourPATH
.Note that this is also true for
[email protected]
, and other Python versions: