diff --git a/Library/ENV/4.3/python b/Library/ENV/4.3/python deleted file mode 100755 index 97ebbfc360..0000000000 --- a/Library/ENV/4.3/python +++ /dev/null @@ -1,4 +0,0 @@ -#!/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby -W0 - -ENV['PATH'] = ENV['USER_PATH'] -exec File.basename($0), *ARGV diff --git a/Library/ENV/4.3/python-config b/Library/ENV/4.3/python-config deleted file mode 120000 index d8654aa0e2..0000000000 --- a/Library/ENV/4.3/python-config +++ /dev/null @@ -1 +0,0 @@ -python \ No newline at end of file diff --git a/Library/ENV/4.3/python2.6-config b/Library/ENV/4.3/python2.6-config deleted file mode 120000 index d8654aa0e2..0000000000 --- a/Library/ENV/4.3/python2.6-config +++ /dev/null @@ -1 +0,0 @@ -python \ No newline at end of file diff --git a/Library/ENV/4.3/python2.7-config b/Library/ENV/4.3/python2.7-config deleted file mode 120000 index d8654aa0e2..0000000000 --- a/Library/ENV/4.3/python2.7-config +++ /dev/null @@ -1 +0,0 @@ -python \ No newline at end of file diff --git a/Library/ENV/4.3/python3 b/Library/ENV/4.3/python3 deleted file mode 120000 index d8654aa0e2..0000000000 --- a/Library/ENV/4.3/python3 +++ /dev/null @@ -1 +0,0 @@ -python \ No newline at end of file diff --git a/Library/ENV/4.3/python3.3-config b/Library/ENV/4.3/python3.3-config deleted file mode 120000 index d8654aa0e2..0000000000 --- a/Library/ENV/4.3/python3.3-config +++ /dev/null @@ -1 +0,0 @@ -python \ No newline at end of file diff --git a/Library/Homebrew/extend/ENV/super.rb b/Library/Homebrew/extend/ENV/super.rb index 6f33f0a853..d8e9da9bcb 100644 --- a/Library/Homebrew/extend/ENV/super.rb +++ b/Library/Homebrew/extend/ENV/super.rb @@ -67,7 +67,6 @@ module Superenv validate_cc!(formula) unless formula.nil? self['DEVELOPER_DIR'] = determine_developer_dir self['MAKEFLAGS'] ||= "-j#{determine_make_jobs}" - self['USER_PATH'] = self['PATH'] self['PATH'] = determine_path self['PKG_CONFIG_PATH'] = determine_pkg_config_path self['PKG_CONFIG_LIBDIR'] = determine_pkg_config_libdir