From: Stern, M. (NIH/NIA/I. [E] <st...@ma...> - 2019-06-11 20:57:11
|
How can I save values, sessions to my home directory? When I do save("file",...) from wxmaxima it saves it in the wxmaxima folder on my C drive instead of the maxima home directory on my data drive where everything else maxima is located, and with no extension even though it is a lisp file. In order to load it in the usual way I need to move it to the home directory and then add .lisp to the name to make it accessible. How can I avoid this (other than by typing a full filepath). When I do it from maxima.bat, it puts it in the maxima directory on the C drive. For obvious reasons I don't wan to be writing data to my system SSD. Suggestions? |