From 06505ae9d051484d83ea32bfd28cd5aba27e2528 Mon Sep 17 00:00:00 2001 From: Francois-Xavier Coudert Date: Thu, 15 Oct 2020 21:57:22 +0200 Subject: [PATCH] python@3.9: do not symlink as pip3 and wheel3 Closes #62949. Signed-off-by: FX Coudert --- Formula/python@3.9.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/python@3.9.rb b/Formula/python@3.9.rb index e827a416d44f..9b3ca2e371bb 100644 --- a/Formula/python@3.9.rb +++ b/Formula/python@3.9.rb @@ -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