Keeping environment variables on window split

I use virtualenv and docker in my current development set. Both tools work by setting environment variables in the shell.

I would like to be able to keep those environment variables once I split the current window.

I believe this is a common case in many developers workflow and I would like to know if there is a default solution within tmux or if a custom configuration when splitting the pane is needed.