ListInstallations

Summary

The ListInstallations function returns a list of installation types (server, desktop, engine, arcgispro).

Syntax

ListInstallations ()
Return Value
Data TypeExplanation
String

Returns a list containing installation names.

Code sample

ListInstallations example

Returns the installation type.

import arcpy

print(arcpy.ListInstallations()[0])

Related topics


In this topic