✏️ change default interpreter path

This commit is contained in:
Laurent FAINSIN 2023-05-30 11:45:00 +02:00
parent aa60b82868
commit 241631628b

View file

@ -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,