summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/gis/install/geodjango_setup.bat
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2017-01-25 13:59:25 -0500
committerGitHub <noreply@github.com>2017-01-25 13:59:25 -0500
commit1c466994d9729a8902d34e277a3a685bef2a08e1 (patch)
tree3a0c5ea4fc352aead66378f1fc2217feb6e1e2c7 /docs/ref/contrib/gis/install/geodjango_setup.bat
parent11856ea44e4dd1ff2358c559c0d04ac848832c23 (diff)
Refs #23919 -- Removed misc Python 2/3 references.
Diffstat (limited to 'docs/ref/contrib/gis/install/geodjango_setup.bat')
-rw-r--r--docs/ref/contrib/gis/install/geodjango_setup.bat8
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/ref/contrib/gis/install/geodjango_setup.bat b/docs/ref/contrib/gis/install/geodjango_setup.bat
deleted file mode 100644
index b3e6cc6822..0000000000
--- a/docs/ref/contrib/gis/install/geodjango_setup.bat
+++ /dev/null
@@ -1,8 +0,0 @@
-set OSGEO4W_ROOT=C:\OSGeo4W
-set PYTHON_ROOT=C:\Python27
-set GDAL_DATA=%OSGEO4W_ROOT%\share\gdal
-set PROJ_LIB=%OSGEO4W_ROOT%\share\proj
-set PATH=%PATH%;%PYTHON_ROOT%;%OSGEO4W_ROOT%\bin
-reg ADD "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment" /v Path /t REG_EXPAND_SZ /f /d "%PATH%"
-reg ADD "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment" /v GDAL_DATA /t REG_EXPAND_SZ /f /d "%GDAL_DATA%"
-reg ADD "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment" /v PROJ_LIB /t REG_EXPAND_SZ /f /d "%PROJ_LIB%"