skip to Main Content

Can I set up PYTHONPATH env. var. in Visual Studio Code?

I tried to set up PYTHONPATH environmental variable in vscode in Mac, and it does not work. VScode version: Version: 1.78.1 (Universal), Mac os: 13.3.1 (a) I followed the instruction: https://code.visualstudio.com/docs/python/environments#_use-of-the-pythonpath-variable In workspace setting.json { "workbench.colorCustomizations": { "editorLineNumber.foreground": "#00ff00" },…

VIEW QUESTION
Back To Top
Search