1 | initial version |
Locate file fstab in SageMath_Installation\runtime\etc and add a new line at the end, like this
"D:\Users\danie_000\Sage /home/danie_000 ntfs binary,posix=1,acl 0 0" (without the quotes)
Of course you should adapt the line to your user <me>
not danie_000
.
From now on the Jupyter folder will be opened at D:\Usersdanie_000\Sage
Details at https://github.com/sagemath/sage-windows/issues/10#issuecomment-392267000
C:\Users\<Your Windows Username>\<Your preferred Sage home> /home/<Your Windows username> ntfs binary,posix=1,acl 0 0
Daniel