Re: [sage-support] Re: WSL2 installation sage-ipython can't find packages

2022-10-15 Thread F Lengyel
This pertains to installation of sage-9.7.tar.gz under WSL2. I've found it necessary to run cp -r $HOME/sage/sage-9.7/src/sage/ext_data/ $HOME/sage/local/lib/sage in order for various packages to pick up code in ext_data. I'm compiling from source. I prefer to configure sage to compile

Re: [sage-support] Re: WSL2 installation sage-ipython can't find packages

2022-10-20 Thread F Lengyel
On Monday, October 17, 2022 at 5:00:56 PM UTC-4 Matthias Koeppe wrote: > Details please - what is broken > Apologies -- the related error occurs in Ubuntu 20.04 compiling sage-9.7 and on the raspberry pi running Raspbian GNU/Linux 11 also compiling sage-9.7, and after a successful build. Th

Re: [sage-support] Re: WSL2 installation sage-ipython can't find packages

2022-10-20 Thread F Lengyel
upyter nbextension enable widgetsnbextension --py --sys-prefix Enabling notebook extension jupyter-js-widgets/extension... - Validating: OK -FL On Thursday, October 20, 2022 at 11:02:02 AM UTC-4 F Lengyel wrote: > On Monday, October 17, 2022 at 5:00:56 PM UTC-4 Matthias Koeppe wrote