From ed31c3b10fa4855675703f86efda51ff2f80aa67 Mon Sep 17 00:00:00 2001 From: Nabil Ghodbane Date: Wed, 1 Sep 2021 15:41:42 +0200 Subject: [PATCH] ARCHIVEPATH bug fix --- salome.pyconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salome.pyconf b/salome.pyconf index d78e4c6..d5fe06f 100644 --- a/salome.pyconf +++ b/salome.pyconf @@ -4,7 +4,7 @@ project_path : $PWD # Where to search the archives of the products -ARCHIVEPATH : "/home/salome/prerequis/archives" +ARCHIVEPATH : "/home/salome/prerequis/archives:/home/salome-public/prerequis/archives" ARCHIVEFTP : "ftp.cea.fr/pub/salome/prerequisites" # Where to search the pyconf of the applications APPLICATIONPATH : $project_path + "/applications/" -- 2.39.2