New comment by tornaria on void-packages repository https://github.com/void-linux/void-packages/pull/34030#issuecomment-1013730373 Comment: > Very well. Could you include something like `ln -s /usr/lib/sage-9.5.rc1/local/var/lib/sage/venv-python3.10/share/jupyter /usr/local/share/` ? Even with this, I get > > ``` > [I 2022-01-15 18:50:49.023 ServerApp] AsyncIOLoopKernelRestarter: restarting kernel (1/5), new random ports > Traceback (most recent call last): > File "/usr/lib/sage-9.5.rc1/local/var/lib/sage/venv-python3.10/bin/sage-config", line 5, in > from sage_conf import _main > ModuleNotFoundError: No module named 'sage_conf' > Traceback (most recent call last): > File "/usr/lib/sage-9.5.rc1/local/var/lib/sage/venv-python3.10/bin/sage-config", line 5, in > from sage_conf import _main > ModuleNotFoundError: No module named 'sage_conf' > /usr/bin/python3: Error while finding module specification for 'sage.repl.ipython_kernel' (ModuleNotFoundError: No module named 'sage') > ``` > > This issue was previously solved: did anything change in shebangs etc? Yes, I commented out the line `_no_python_shebang=yes`. Try again uncommenting it. Eventually we will need to figure out some other way because I don't think we'll be able to merge that trick.