JetBrains-Research / paddle

Young and dynamic build system for Python
MIT License
20 stars 6 forks source link

Environment variables support #52

Closed tiginamaria closed 1 year ago

tiginamaria commented 1 year ago

I need to pass some secrets as env variables for python script. Tried to set them in "Edit configurations -> Environment variables" but it seems not working (I get null when I try to read it os.environ.get("HYPERSKILL_CLIENT_SECRET"). So it would be great if you support such functionality one day.

image