diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/python.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/python3.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb index c934dbe37..f05648b3e 100644 --- a/Library/Formula/python.rb +++ b/Library/Formula/python.rb @@ -148,7 +148,7 @@ class Python < Formula site_packages.mkpath # Symlink the prefix site-packages into the cellar. - site_packages_cellar.unlink + site_packages_cellar.unlink if site_packages_cellar.exist? site_packages_cellar.parent.install_symlink site_packages # Write our sitecustomize.py diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb index 25b1eeb08..7424e77eb 100644 --- a/Library/Formula/python3.rb +++ b/Library/Formula/python3.rb @@ -137,7 +137,7 @@ class Python3 < Formula site_packages.mkpath # Symlink the prefix site-packages into the cellar. - site_packages_cellar.unlink + site_packages_cellar.unlink if site_packages_cellar.exist? site_packages_cellar.parent.install_symlink site_packages # Write our sitecustomize.py |
