diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-09-15 09:53:01 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-09-15 09:53:01 +0200 |
| commit | 41cb3666f4d845c2d1a228cf36487cd92fe46129 (patch) | |
| tree | ef64ae60a93746dfdc2fe81c6413f51b83207b0d /jasper.py | |
| parent | 85ea0f6d955188a5ad8c51815c623767f08b4055 (diff) | |
| download | jasper-client-41cb3666f4d845c2d1a228cf36487cd92fe46129.tar.gz jasper-client-41cb3666f4d845c2d1a228cf36487cd92fe46129.zip | |
Remove redefinition of $LD_LIBRARY_PATH AND $PATH
Diffstat (limited to 'jasper.py')
| -rwxr-xr-x | jasper.py | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -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 |
