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