Apply previous commit to python3

master
Jack Nagel 2014-03-30 22:43:10 -05:00
parent 0ac8e242f1
commit 59caee02ee
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ class Python3 < Formula
site_packages_cellar.parent.install_symlink site_packages site_packages_cellar.parent.install_symlink site_packages
# Write our sitecustomize.py # 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) (site_packages/"sitecustomize.py").write(sitecustomize)
# Remove old setuptools installations that may still fly around and be # Remove old setuptools installations that may still fly around and be