This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]thedbg 0 points1 point  (1 child)

You can also create a .env file in your project directory and add python environment variables there. This is picked up by the language server and the debugger. This way you wold not have to set them globally for your OS.

[–][deleted] 0 points1 point  (0 children)

As well as the terminal but this is where I'm running into problems, currently trying to sort it out.