We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4f1c57 commit ab9aa83Copy full SHA for ab9aa83
isc/py/util/Installer.cls
@@ -51,6 +51,7 @@ ClassMethod ConfigureProduction() As %Status
51
52
set setting = ##class(Ens.Config.Setting).%New()
53
set setting.Name = "PythonLib"
54
+ set setting.Target = "Host"
55
set setting.Value = "libpython3.6m.so"
56
57
set exists = ##class(Ens.Config.Item).NameExists(production, "isc.py.ens.Operation", .itemId)
0 commit comments