Skip to content

Commit

Permalink
[email protected]: do not symlink as pip3 and wheel3
Browse files Browse the repository at this point in the history
Closes #62949.

Signed-off-by: FX Coudert <[email protected]>
  • Loading branch information
fxcoudert committed Oct 18, 2020
1 parent 05619ba commit 06505ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def post_install
end

# post_install happens after link
%W[pip3 pip#{xy} easy_install-#{xy} wheel3].each do |e|
%W[pip#{xy} easy_install-#{xy}].each do |e|
(HOMEBREW_PREFIX/"bin").install_symlink bin/e
end

Expand Down

0 comments on commit 06505ae

Please sign in to comment.