Activate python virtual environment in pane #3310
Unanswered
ParkerKain
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Run into the same problem. I suppose that is because source is a Bash builtin and as Zellij doc states: I've also tried the following:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey! Loving
zellij
so far!For python development, I very regularly want to create a new pane, and then source some virtual environment via
source .venv/bin/activate
, which attaches me to a virtual environment for running other commands via the shell. I want to do this for all of myzellij
panes, for running tests, opening my editor, etc.However, it looks like if I configure a layout via
command
to run thesource
command, I don't get spit back out into my shell, I am in the "command mode" - and if I exit it, I am not attached to my virtual environment.Is there a standard way of doing this I am missing? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions