I'm having a problem with changing a directory in which I store *.pl
files. The default one is located in my home folder. I can change working directory, either by using working_directory
predicate or cd
command in swipl
interpreter. The thing is I have to do it every single time I run SWI Prolog, so I'm looking for a permanent solution. I tried to include those two solutions in .plrc
file, which I created in my home directory but it didn't help.
I am a Mac OS X user, if that would be of any help.
Also, can you recommend any text editors for Prolog with multi-tabs support?