Skip to content
This repository was archived by the owner on Apr 6, 2026. It is now read-only.

kernel devshell: automatically create venv#205

Merged
danieldk merged 1 commit into
mainfrom
develop-venv
Sep 3, 2025
Merged

kernel devshell: automatically create venv#205
danieldk merged 1 commit into
mainfrom
develop-venv

Conversation

@danieldk

@danieldk danieldk commented Sep 3, 2025

Copy link
Copy Markdown
Member

When you enter a kernel devshell, you typically want to pip install the kernel to continue developing it. However, the devshell is immutable and you have to create a venv manually. Even more annoyingly, you have to activate the venv every time you enter the devshell.

Fix this by using venvShellHook to automatically create/activate a venv.

When you enter a kernel devshell, you typically want to pip install
the kernel to continue developing it. However, the devshell is immutable
and you have to create a venv manually. Even more annoyingly, you have
to activate the venv every time you enter the devshell.

Fix this by using `venvShellHook` to automatically create/actiave a
venv.
@danieldk danieldk merged commit 2d278ee into main Sep 3, 2025
9 checks passed
@danieldk danieldk deleted the develop-venv branch September 3, 2025 11:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants