✏️ change default interpreter path
This commit is contained in:
parent
aa60b82868
commit
241631628b
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
|
@ -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
|
"python.terminal.activateEnvironment": false, // or else terminal gets bugged
|
||||||
// good pratice settings
|
// good pratice settings
|
||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": true,
|
||||||
|
|
Loading…
Reference in a new issue