Skip to content

Commit ab9aa83

Browse files
committed
Installer: correct PythonLib setting
1 parent a4f1c57 commit ab9aa83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

isc/py/util/Installer.cls

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ ClassMethod ConfigureProduction() As %Status
5151

5252
set setting = ##class(Ens.Config.Setting).%New()
5353
set setting.Name = "PythonLib"
54+
set setting.Target = "Host"
5455
set setting.Value = "libpython3.6m.so"
5556

5657
set exists = ##class(Ens.Config.Item).NameExists(production, "isc.py.ens.Operation", .itemId)

0 commit comments

Comments
 (0)