From 90e22e389c539b25fe7864645bfe5e2a9ce7452f 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 #26140. Signed-off-by: Misty De Meo --- Library/ENV/4.3/python | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 Library/ENV/4.3/python (limited to 'Library/ENV/4.3/python') 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) $@ -- cgit v1.2.3