bash_kernel
bash_kernel copied to clipboard
Why step `python -m bash_kernel.install` cannot be inside the usual pypi package?
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.