summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2014-09-15 09:53:01 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2014-09-15 09:53:01 +0200
commit41cb3666f4d845c2d1a228cf36487cd92fe46129 (patch)
treeef64ae60a93746dfdc2fe81c6413f51b83207b0d
parent85ea0f6d955188a5ad8c51815c623767f08b4055 (diff)
downloadjasper-client-41cb3666f4d845c2d1a228cf36487cd92fe46129.tar.gz
jasper-client-41cb3666f4d845c2d1a228cf36487cd92fe46129.zip
Remove redefinition of $LD_LIBRARY_PATH AND $PATH
-rwxr-xr-xjasper.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/jasper.py b/jasper.py
index 159d962..9736c6b 100755
--- a/jasper.py
+++ b/jasper.py
@@ -39,17 +39,6 @@ os.chdir(client_path)
# Add $JASPER_HOME/jasper/client to sys.path
sys.path.append(client_path)
-# Set $LD_LIBRARY_PATH
-os.environ["LD_LIBRARY_PATH"] = "/usr/local/lib"
-
-# Set $PATH
-path = os.getenv("PATH")
-if path:
- path = os.pathsep.join([path, "/usr/local/lib/"])
-else:
- path = "/usr/local/lib/"
-os.environ["PATH"] = path
-
class Jasper(object):
def __init__(self):
# Read config