I have a config.ini file which contains some properties but I want to read the environment variables inside the config file. Is this possible or do I have to write a method to take care of that? Answer I know this is late to the party, but someone might find this handy. What you are asking after is value interpolation
Tag: ini
How to configure PIP per config file to use a proxy (with authentification)?
I used to set up environment evariables http_proxy and https_proxy (with user + password) in the past to use Pip (on Windows) behind a corporate proxy. But recently I needed to tell Pip to use a proxy without setting up environment variables as this conflicted with git configuration in combination with SSL Certificates which I get to work only by