1
我想加載一個sage文件並從該文件運行一個函數,全部來自bash。python sage從命令行附加並運行另一個命令
的attach
命令給我找麻煩...
這工作:
bash-prompt$ sage -c "print 2; print 3"
2
3
bash-prompt$
這也適用於:
bash-prompt$ sage -c "attach somefile.sage"
some print just to confirm the file is loaded
bash-prompt$
但是,這並不工作:
bash-prompt$ sage -c "attach somefile.sage; print 3"
python: can't open file '/path/to/somefile.sage; print Integer(3)': [Errno 2] No such file or directory
How我可以得到這個工作嗎,或者我能做些什麼呢?
這是一個錯誤的聖人,正在追蹤http://trac.sagemath.org/ticket/15275。 –
不錯的發現:) ... no..short..comments..allowed ... – frnhr