From ee76cf75aff0aa9f55927b60be1a3c7220332cf0 Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Thu, 23 Jan 2014 10:04:15 -0800 Subject: Add python superenv wrapper Closes Homebrew/homebrew#26140. Signed-off-by: Misty De Meo --- Library/ENV/4.3/python | 4 ++++ Library/ENV/4.3/python-config | 1 + Library/ENV/4.3/python2.6-config | 1 + Library/ENV/4.3/python2.7-config | 1 + Library/ENV/4.3/python3 | 1 + Library/ENV/4.3/python3.3-config | 1 + 6 files changed, 9 insertions(+) create mode 100755 Library/ENV/4.3/python create mode 120000 Library/ENV/4.3/python-config create mode 120000 Library/ENV/4.3/python2.6-config create mode 120000 Library/ENV/4.3/python2.7-config create mode 120000 Library/ENV/4.3/python3 create mode 120000 Library/ENV/4.3/python3.3-config (limited to 'Library/ENV') diff --git a/Library/ENV/4.3/python b/Library/ENV/4.3/python new file mode 100755 index 000000000..c1eb2800b --- /dev/null +++ b/Library/ENV/4.3/python @@ -0,0 +1,4 @@ +#!/bin/sh + +export PATH=$USER_PATH +exec $(basename $0) $@ diff --git a/Library/ENV/4.3/python-config b/Library/ENV/4.3/python-config new file mode 120000 index 000000000..d8654aa0e --- /dev/null +++ b/Library/ENV/4.3/python-config @@ -0,0 +1 @@ +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 new file mode 120000 index 000000000..d8654aa0e --- /dev/null +++ b/Library/ENV/4.3/python2.6-config @@ -0,0 +1 @@ +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 new file mode 120000 index 000000000..d8654aa0e --- /dev/null +++ b/Library/ENV/4.3/python2.7-config @@ -0,0 +1 @@ +python \ No newline at end of file diff --git a/Library/ENV/4.3/python3 b/Library/ENV/4.3/python3 new file mode 120000 index 000000000..d8654aa0e --- /dev/null +++ b/Library/ENV/4.3/python3 @@ -0,0 +1 @@ +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 new file mode 120000 index 000000000..d8654aa0e --- /dev/null +++ b/Library/ENV/4.3/python3.3-config @@ -0,0 +1 @@ +python \ No newline at end of file -- cgit v1.2.3