tmux create new pane or window with current activated conda environment
When I create a new pane or window using tmux, I'd like to use the same conda environement I was just using.
I.e. I'm now using a conda env named XXXenv, and I use Ctrl+b + % to create a new pane, what I want is the new created pane is activated by the conda env XXXenv.
In fact, I have tried Have tmux windows inherit activated anaconda environment, but it doesn't work for me.