You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Renamed env variable used to provide python installation from pythonLocation to pythonExecutable to avoid conflicts if pythonLocation points already to a path
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -27,13 +27,13 @@ Dependencies that are needed to build and are not being downloaded via gradle:
27
27
28
28
### Python Location
29
29
30
-
Currently, mapping-service requires Python to be installed in order to build and to run. At runtime, the Python location is configured in
31
-
`application.properties`(see below). For building the mapping-service Python location is set to `/usr/bin/python3` by default. In case you want to build
30
+
Currently, mapping-service requires Python to be installed in order to build and to run. At runtime, the Python executable is configured in
31
+
`application.properties`(see below). For building the mapping-service Python executable is set to `/usr/bin/python3` by default. In case you want to build
32
32
the mapping-service on a machine on which the Python installation is located elsewhere, e.g., under Windows, you can provide the Python location
0 commit comments