SageMath unable to launch on Windows WSL
I just installed Sage using WSL and the Ubuntu distribution. When I try to run a notebook, I get the following error. Could someone help me resolve this?
Command
sage -n jupyter
Error
Start : This command cannot be run due to the error: The system cannot find the file specified.
At line:1 char:1
+ Start "file:///home/njjensen/.local/share/jupyter/runtime/nbserver-57 ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [Start-Process], InvalidOperationException
+ FullyQualifiedErrorId : InvalidOperationException,Microsoft.PowerShell.Commands.StartProcessCommand
Are you running the command
sage -n jupyter
in the Ubuntu installed via WSL?Or in Window's PowerShell?
I resolved this. I was doing some wanky stuff with my installation. Now I have got it working. Thanks for your concern
HI, I'm having the same problem...How can I resolve it?
@Pickle -- please post an answer explaining in detail how you solved your problem!
I originally tried installing SageMath with a package installer. This is when I had issues. I changed directions and installed from source. This fixed all my issues!