tmux create new pane or window with current activated conda environment
02:21 18 Oct 2019

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.

conda tmux