1.3.2. Environment variables

In order to access ROOT and Uranie from Python, we need to ensure that some environment variables are properly set:

  • $PYTHONPATH must contain the $ROOTSYS/lib directory, where $ROOTSYS is ROOT’s installation directory.

  • $LD_LIBRARY_PATH must contain the $ROOTSYS/lib directory.