From 7cd504c606d08775b95eb5cc9761f19cb2718044 Mon Sep 17 00:00:00 2001 From: Luc Papeleux <L.Papeleux@ULiege.be> Date: Tue, 19 May 2020 08:09:44 +0200 Subject: [PATCH] recompiled Python3.7.7 & vtk7.1.1 config file --- cfg/gaston/python.profile | 3 +++ cfg/gaston/vtk.profile | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 cfg/gaston/python.profile create mode 100644 cfg/gaston/vtk.profile diff --git a/cfg/gaston/python.profile b/cfg/gaston/python.profile new file mode 100644 index 0000000..e191c02 --- /dev/null +++ b/cfg/gaston/python.profile @@ -0,0 +1,3 @@ +add2env PATH "/opt/python/bin" front +# added in ld.conf.d (else no way to have it in batch/at) +#add2env LD_LIBRARY_PATH "/opt/python/lib" front diff --git a/cfg/gaston/vtk.profile b/cfg/gaston/vtk.profile new file mode 100644 index 0000000..2da2d22 --- /dev/null +++ b/cfg/gaston/vtk.profile @@ -0,0 +1,3 @@ +add2env LD_LIBRARY_PATH "/opt/vtk/lib/" front +add2env LIB "/opt/vtk/lib/cmake/vtk-7.1" front +add2env PYTHONPATH "/opt/vtk/lib/python3.7/site-packages" front -- GitLab