New comment by dkwo on void-packages repository https://github.com/void-linux/void-packages/pull/34030#issuecomment-1017650296 Comment: Thank you. What seems to work for me: ``` ln -s /usr/lib/sage-9.5.rc3/local/var/lib/sage/venv-python3.10/share/jupyter /usr/local/share/ alias juplab='jupyter lab --app-dir /usr/lib/python3.10/site-packages/jupyterlab' PYTHONPATH=/usr/lib/sage-9.5.rc3/venv/lib/python3.10/site-packages/ juplab ``` with no further changes to sage. (The 2nd is some issue with jupyter lab, the 3rd with sage-venv as you say.) Note that the `./configure --disable-doc` option can be used to suppress the installation of packages needed for docbuilding (see ticket #32759).