Skip to content

Tag: environment-variables

How to set environment variables in PyCharm?

I have started to work on a Django project, and I would like to set some environment variables without setting them manually or having a bash file to source. I want to set the following variables: I have read this, but that does not solve what I want. In addition, I have tried setting the environment variable…