From aa60b828688c1edc5e59901f187ed8e03d8a4fa6 Mon Sep 17 00:00:00 2001 From: Laurent FAINSIN Date: Fri, 26 May 2023 15:02:45 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20change=20CONDAENV=20variab?= =?UTF-8?q?le?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 683659c..ebec0a4 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -33,7 +33,7 @@ "path": "bash", "icon": "rocket", "env": { - "CONDAENV": "pyg", + "CONDAENV": "sap", }, "args": [ "-c", @@ -42,7 +42,6 @@ } }, "terminal.integrated.env.linux": { - "PYTHONPATH": "${workspaceFolder}/src/", "SLURM_JOB_ID": null, } }