You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to add an env file to my configuration and see an error: Error response from daemon: invalid environment variable: =::=::\
My configuration is a pytest run using docker-compose interpretator
The thing is that I can use this file when running docker-compose manually. The error is present even if env file is empty
I'm working on Windows using WSL2
The text was updated successfully, but these errors were encountered:
Well, a possible solution... Don't use EnvFile at all... I've not noticed the option for "Paths to '.env' files" before, but it seems to work. Maybe it was recently introduced in Pycharm?
By the way, you might need to enable it in the "Modify options" dropdown at the top right of the window.
It's definitely not as nice as EnvFile because it immediately got tripped up on a commented out env var I had, but might be a solution for some people.
I'm trying to add an env file to my configuration and see an error:
Error response from daemon: invalid environment variable: =::=::\
My configuration is a pytest run using docker-compose interpretator
The thing is that I can use this file when running docker-compose manually. The error is present even if env file is empty
I'm working on Windows using WSL2
The text was updated successfully, but these errors were encountered: