Show TOC Start of Content Area

Object documentation $PYTHONPATH  Locate the document in its SAP Library structure

Definition

This environment variable defines in which directories the development environment searches for Python libraries. This environment variable must be set so that the Python scripts in the tools can be executed.

It has to contain the following directories:

$TOOL\Lib\Python

$INSTROOT\lib

 

End of Content Area