Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: source venv on output split launch #104

Open
rileythai opened this issue Nov 15, 2023 · 1 comment
Open

Feature request: source venv on output split launch #104

rileythai opened this issue Nov 15, 2023 · 1 comment

Comments

@rileythai
Copy link

For development workflows, jukit could source the venv in the current working directory while opening an output split. This should be helpful for users who want to run quick checks, tests, or other actions in an iPython split.

I presume all that would have to be done is get it to find venv or .venv in the CWD and source it beforehand, but something really simple would be:

source .venv/bin/activate && ipython -i -c ...{REST OF COMMAND}
@arorashivoy
Copy link

you can do that using :JukitOut source .venv/bin/activate which would run the source .venv/bin/activate line first and then open the Jukit Output

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants