From 241631628b8c126151c18190ebabc1a0d66db711 Mon Sep 17 00:00:00 2001 From: Laurent FAINSIN Date: Tue, 30 May 2023 11:45:00 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20change=20default=20interpr?= =?UTF-8?q?eter=20path?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index ebec0a4..e8c8dd4 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,5 @@ { - "python.defaultInterpreterPath": "/local_scratch/lfainsin/.conda/envs/pyg/bin/python", // required for python ide tools + "python.defaultInterpreterPath": "/local_scratch/lfainsin/.conda/envs/sap/bin/python", // required for python ide tools "python.terminal.activateEnvironment": false, // or else terminal gets bugged // good pratice settings "editor.formatOnSave": true,