Changeset: fb4ff3a61d76 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=fb4ff3a61d76 Modified Files: .vscode/monetdb-environment.bat Branch: configurable_working_set Log Message:
Prefer python3 over python2. diffs (21 lines): diff --git a/.vscode/monetdb-environment.bat b/.vscode/monetdb-environment.bat --- a/.vscode/monetdb-environment.bat +++ b/.vscode/monetdb-environment.bat @@ -71,13 +71,13 @@ set LIBGEOS=C:\geos-3.4.2 set Path=%LIBGEOS%\bin;%Path% set Path=%LIBGEOS%\lib;%Path% +rem python2 +set PYTHON2=C:\Python27 +set Path=%PYTHON2%;%Path% + rem python3 set PYTHON3=C:\Python36 set Path=%PYTHON3%;%Path% -rem python2 -set PYTHON2=C:\Python27 -set Path=%PYTHON2%;%Path% - rem Python module search path set PYTHONPATH=%PREFIX%\lib\site-packages;%PYTHONPATH% _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list