Package Library Location
You can set the location of packages that Spotfire Service for Python can use in the Spotfire Service for Python configuration settings.
Configuration property | Default setting | Description |
---|---|---|
packagePath
|
none | The absolute path to the shared package library location. When specifying the path, you must use a forward slash regardless of operating system.
Note: Avoid installing packages that are already included in the
Spotfire Service for Python. Installing a different version of an included package can cause unexpected results. For a list of these packages, see
Included Packages.
|
Example
packagePath: /opt/python/library
For more information, see Package Management for Spotfire Service for Python.
Parent topic: Custom Configuration Properties
Related reference
Related information