Open anandtrex opened 6 years ago
I've written something that works for me - https://github.com/ashb/tmux-resurrect-virtualenvwrapper - let me know (via issue there) if the setup instructions are confusing/don't work. (I rushed the plugin, but the method works)
Note: you'll need to use my fork of tmux-resurrect until #267 is merged.
Tried @ashb's solution - doesn't work. At least if installed as described in the README.
Would be great to have such feature.
@KhaimovMR The instructions in my README?
Could you open an issue against my repo and we can discuss it there?
@KhaimovMR The instructions in my README?
Could you open an issue against my repo and we can discuss it there?
Ofcourse. :+1: Need to get some time
Is it currently possible to reactivate a conda environment when restoring a tmux server?
Any updates on this? Is it possible to restore python virtual environments?
EDIT: I just looked up the above mentioned PR #267 , apparently that PR is merged and it has virtualenv restoring additions. But that isn't working for
My setup:
I open new tmux session in a python project directory then I run:
source .venv/bin/activate
so I was hoping when I resurrect the same session again, that the virtual environment also got resurrected. But it doesn't. It opens the right directories, and the layout I had setup, and everything is fine
I was wondering if there is some way to restore python virtual environments using tmux-resurrect.