Windows7
bash-3.2$
を
username@pcname
で始めるようにする方法
- .bashrcにパスを追加
- PATH=$PATH:"/cygdrive/c/Program Files (x86)/Maxima-5.25.1-gcl/bin";export PATH
- source .bashrcで編集反映
- maxima.bat -b test.macでバッチファイル処理
tlab@Tabatalab-PC ~
# /cygdrive/c/Program\ Files\ \(x86\)/maxima-5.21.0/bin/maxima.bat
Maxima 5.21.0
http://maxima.sourceforge.net
using Lisp GNU Common Lisp (GCL) GCL 2.6.8 (a.k.a. GCL)
Distributed under the GNU Public License. See the file COPYING.
Dedicated to the memory of William Schelter.
The function bug_report() provides bug reporting information.
(%i1)
- 改行コードをUNIXに
- 相対パス"./"は省略しないで書く
- 日本語エンコードはUTF-8(without BOM)が無難
最終更新:2011年12月30日 23:25