/usr/share/pyshared/Openturns_Study/prefs.py is in eficas 6.4.0-1-1.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 | code='OPENTURNS_STUDY'
import sys, os
if os.path.abspath(__file__) not in sys.path :
sys.path.insert(0,os.path.dirname(os.path.abspath(__file__)))
|