aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python3.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/python3.rb')
-rw-r--r--Library/Formula/python3.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb
index 494367f7d..940fbf5c4 100644
--- a/Library/Formula/python3.rb
+++ b/Library/Formula/python3.rb
@@ -124,11 +124,6 @@ class Python3 < Formula
Dir["#{site_packages}/*.py{,c,o}"].each {|f| Pathname.new(f).unlink }
(site_packages/"sitecustomize.py").write(sitecustomize)
- # "python3" executable is forgotten for framework builds.
- # Make sure homebrew symlinks it to HOMEBREW_PREFIX/bin.
- ln_sf "#{bin}/python#{VER}", "#{bin}/python3"
- ln_sf "#{bin}/python#{VER}-config", "#{bin}/python3-config"
-
# Remove old setuptools installations that may still fly around and be
# listed in the easy_install.pth. This can break setuptools build with
# zipimport.ZipImportError: bad local file header