Changeset: f7e5869a2949 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f7e5869a2949
Modified Files:
        monetdb5/extras/pyapi/pyapi_locatepython.bat
Branch: pythonudf
Log Message:

Don't use quotes in rhs of assignment.


diffs (12 lines):

diff --git a/monetdb5/extras/pyapi/pyapi_locatepython.bat 
b/monetdb5/extras/pyapi/pyapi_locatepython.bat
--- a/monetdb5/extras/pyapi/pyapi_locatepython.bat
+++ b/monetdb5/extras/pyapi/pyapi_locatepython.bat
@@ -21,7 +21,7 @@ IF defined LOCALPYTHONHOME (
         set PYTHONHOME=%LOCALPYTHONHOME%
         set PYTHONPATH=%LOCALPYTHONPATH%
         set MONETDBPYTHONUDF="embedded_py=true"
-        set PATH="%PYTHONHOME%;%PATH%"
+        set PATH=%LOCALPYTHONHOME%;%PATH%
     )
 ) ELSE (
     @echo MonetDB/Python Disabled: Python 2.7 installation not found.
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to