Add python superenv wrapper

Closes Homebrew/homebrew#26140.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
This commit is contained in:
Misty De Meo 2014-01-23 10:04:15 -08:00
parent 5de3686cd2
commit ee76cf75af
7 changed files with 10 additions and 0 deletions

4
Library/ENV/4.3/python Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
export PATH=$USER_PATH
exec $(basename $0) $@

View File

@ -0,0 +1 @@
python

View File

@ -0,0 +1 @@
python

View File

@ -0,0 +1 @@
python

1
Library/ENV/4.3/python3 Symbolic link
View File

@ -0,0 +1 @@
python

View File

@ -0,0 +1 @@
python

View File

@ -67,6 +67,7 @@ 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