/usr/share/aster/profile.sh is in code-aster 11.5.0+dfsg2-4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 | # created by waftools/legacy
LD_LIBRARY_PATH=$ASTER_VERSION_DIR/lib:\
/usr/lib:\
$LD_LIBRARY_PATH
export LD_LIBRARY_PATH
PYTHONPATH=/usr/lib/python2.7:/usr/lib/python2.7/plat-x86_64-linux-gnu:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/local/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages:\
$PYTHONPATH
export PYTHONPATH
PYTHONHOME=/usr
export PYTHONHOME
|