I want to run sage in the cmd. I heared the command is ("nearly")
C:\Programme\SageMath8.9\runtime\bin\bash -l
C:/Programme/SageMath8.9/runtime/opt/sagemath-8.9/sage
C:/Users/ccc/Desktop/Test/SageTeX/sagebsp01.sagetex.sage
But this gives me the errors
C:\Users\ccc\Desktop\Test\SageTeX>C:\Programme\SageMath8.9\runtime\bin\bash -l C
:/Programme/SageMath8.9/runtime/opt/sagemath-8.9/sage C:/Users/ccc/Desktop/Test/
SageTeX/sagebsp01.sagetex.sage
Traceback (most recent call last):
File "/opt/sagemath-8.9/src/bin/sage-preparse", line 299, in <module>
do_preparse(f)
File "/opt/sagemath-8.9/src/bin/sage-preparse", line 147, in do_preparse
with atomic_write(fname) as f:
File "/opt/sagemath-8.9/local/lib/python2.7/site-packages/sage/misc/temporary_
file.py", line 422, in __enter__
fd, name = tempfile.mkstemp(dir=self.tmpdir)
File "/opt/sagemath-8.9/local/lib/python2.7/tempfile.py", line 314, in mkstemp
return _mkstemp_inner(dir, prefix, suffix, flags)
File "/opt/sagemath-8.9/local/lib/python2.7/tempfile.py", line 244, in _mkstem
p_inner
fd = _os.open(file, flags, 0600)
OSError: [Errno 2] No such file or directory: '/home/sage/C:/Users/ccc/Desktop/T
est/SageTeX/tmpdGO4WD'
What have I to do?