diff options
| author | Jack Nagel | 2014-03-25 11:33:09 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-25 11:33:09 -0500 |
| commit | 1004c527a47b3c065a9db93c6f9e40b1ce73dd22 (patch) | |
| tree | 6d8e2ca44f0ef7dc195d57d72b3a6f17da5dce03 /Library/Formula/python3.rb | |
| parent | 88436a03786ac2ef6eb63480add0c99714ca9b99 (diff) | |
| download | homebrew-1004c527a47b3c065a9db93c6f9e40b1ce73dd22.tar.bz2 | |
python3: remove manual symlinking
It seems these are created automatically in recent releases.
Diffstat (limited to 'Library/Formula/python3.rb')
| -rw-r--r-- | Library/Formula/python3.rb | 5 |
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 |
