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
In DDEV we specify a private MUTAGEN_DATA_DIRECTORY.
However, environment variables are so very global and very difficult to control at the proper level.
I'd much rather be able to do mutagen --data-directory=<dir> <args> so we'd know that we're completely controlling the context that mutagen is running in, without side-effects from environment variables that might be set wrong.
The text was updated successfully, but these errors were encountered:
In DDEV we specify a private MUTAGEN_DATA_DIRECTORY.
However, environment variables are so very global and very difficult to control at the proper level.
I'd much rather be able to do
mutagen --data-directory=<dir> <args>
so we'd know that we're completely controlling the context that mutagen is running in, without side-effects from environment variables that might be set wrong.The text was updated successfully, but these errors were encountered: