bash_kernel icon indicating copy to clipboard operation
bash_kernel copied to clipboard

Why step `python -m bash_kernel.install` cannot be inside the usual pypi package?

Open alanwilter opened this issue 4 years ago • 0 comments

I'm wondering why, after pip install bash-kernel, one still need to do:

python -m bash_kernel.install

I've found the hard way that bash-kernel won't work with python venv if this step is not done.

alanwilter avatar Mar 27 '21 07:03 alanwilter