简体   繁体   中英

Change default workspace in Octave

I freshly installed Octave on my Computer and was wondering if I could switch the default workspace from /home/user to, let's say, /home/user/Octave but could not find any advice online... I am using Ubuntu 14.04 if that's of any importance.

Any help would be greatly appreciated

You can create an .octaverc file in your /home/user and add any initialization commands you want, in your example "cd ~/Octave". Btw, there is a very active mailing list for octave: https://lists.gnu.org/mailman/listinfo/help-octave .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM