From b0180b7151d14e649ef711a9353994f6a5f0964a Mon Sep 17 00:00:00 2001
From: Robert Rosca <robert.rosca@xfel.eu>
Date: Fri, 7 May 2021 08:53:18 +0200
Subject: [PATCH] Set venv path for REMI

---
 src/xfel_calibrate/notebooks.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/xfel_calibrate/notebooks.py b/src/xfel_calibrate/notebooks.py
index d21d2d5cf..a6a6e0993 100644
--- a/src/xfel_calibrate/notebooks.py
+++ b/src/xfel_calibrate/notebooks.py
@@ -238,7 +238,7 @@ notebooks = {
             "notebook": None,
             "user": {
                 "notebook": "/gpfs/exfel/exp/{instrument}/{cycle}/p{proposal}/usr/calibration/notebooks/correct.ipynb",
-                "venv":"/gpfs/exfel/exp/{instrument}/{cycle}/p{proposal}/usr/calibration/.venv"
+                "venv": "/gpfs/exfel/sw/software/exfel_environments/sqs-remi-preview"
             },
             "concurrency": {
                 "parameter": None,
-- 
GitLab