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,