You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

EED Systems Group is working on upgrading the default Python instance in the LCLS production environment from Python 2.7.4 32-bit to Python 2.7.13 64-bit.

All Python applications in use in LCLS production must be tested and verified against the updated version before changing the default version of Python.

Testers must use the following environment settings to properly test their applications against Python 2.7.13:

Configuring LCLS production environment for testing:

Note

The following instructions assume that you are using the Bash shell.

  1.  

    export PYTHON_ROOT=${LCLS_ROOT}/package/python/python2.7.13/linux-x86_64

     

  2. If your application(s) import the "cx_Oracle" module, change/set your ORACLE_HOME environment variable:

    export ORACLE_HOME=${LCLS_ROOT}/package/oracle/product/11.2.0.2.0_x86_64/client_1

  • No labels