New issue by mamins1376 on void-packages repository https://github.com/void-linux/void-packages/issues/23500 Description: ### System * xuname: Void 5.4.50_1 x86_64 AuthenticAMD notuptodate rrrmFFFFFFFF * package: `python3-jupyter_console-6.1.0_1` ### Expected behavior Jupyter's different modules have their own binaries which are used to execute them. python2 version already has the file (`/bin/jupyter-console2`) present. ### Actual behavior `/usr/bin/jupyter-console` is not shipped in the package; thus leading to this error, even if `python3-jupyter_console` is installed: ``` Traceback (most recent call last): File "/sbin/jupyter", line 11, in load_entry_point('jupyter-core==4.6.3', 'console_scripts', 'jupyter')() File "/usr/lib/python3.8/site-packages/jupyter_core/command.py", line 247, in main command = _jupyter_abspath(subcommand) File "/usr/lib/python3.8/site-packages/jupyter_core/command.py", line 133, in _jupyter_abspath raise Exception( Exception: Jupyter command `jupyter-console` not found. ``` ### Steps to reproduce the behavior Just install `python3-jupyter` (has the mentioned package as it's direct dependency) and hit `jupyter console`.