aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python.rb
diff options
context:
space:
mode:
authorMike McQuaid2014-04-06 18:12:23 +0100
committerMike McQuaid2014-04-06 18:12:23 +0100
commit48cf1f95d8e7abbacb33615dc202fc6bba092e92 (patch)
tree2bec005cca974b1c72e3dbddecaee7e82ce081e3 /Library/Formula/python.rb
parent0901e7761736f00db73353b0dd86c09a10e2b7bc (diff)
downloadhomebrew-48cf1f95d8e7abbacb33615dc202fc6bba092e92.tar.bz2
python: remove install_symlink exist? guards.
Diffstat (limited to 'Library/Formula/python.rb')
-rw-r--r--Library/Formula/python.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb
index 3372135bb..0be7cde49 100644
--- a/Library/Formula/python.rb
+++ b/Library/Formula/python.rb
@@ -148,7 +148,6 @@ class Python < Formula
site_packages.mkpath
# Symlink the prefix site-packages into the cellar.
- site_packages_cellar.delete if site_packages_cellar.exist?
site_packages_cellar.parent.install_symlink site_packages
# Write our sitecustomize.py