From 59caee02ee9b5341a9cab3092f5f9049ecd39f7e Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 30 Mar 2014 22:43:10 -0500 Subject: [PATCH] Apply previous commit to python3 --- Formula/python3.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/python3.rb b/Formula/python3.rb index 940fbf5c468..e864532c118 100644 --- a/Formula/python3.rb +++ b/Formula/python3.rb @@ -121,7 +121,7 @@ class Python3 < Formula site_packages_cellar.parent.install_symlink site_packages # Write our sitecustomize.py - Dir["#{site_packages}/*.py{,c,o}"].each {|f| Pathname.new(f).unlink } + rm_rf Dir["#{site_packages}/sitecustomize.py{,c,o}"] (site_packages/"sitecustomize.py").write(sitecustomize) # Remove old setuptools installations that may still fly around and be