Friendly-looking Python patch which should clear up lib vs. lib64 issues on RH-type distros

This commit is contained in:
alexhudson
2007-07-13 22:06:45 +00:00
parent fb042f0ac5
commit d3ddf20189
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@ if binpath.endswith("bin"):
if envpath is not None:
newpath = envpath.split(os.pathsep)
newpath.insert(0, "@PYTHONDIR@")
newpath.insert(0, "@PYEXECDIR@")
os.environ["PYTHONPATH"] = os.pathsep.join(newpath)
script = os.path.join("@PKGLIBEXECDIR@",