Hi
I have always used opensees on windows !
Recently I have become a mac user . I have opensees in the same directory as my files
But when I put source test.tcl , i get this error "couldn't read file "test.tcl": no such file or directory"
should I use different command in mac?
OpenSees on Mac
Moderators: silvia, selimgunay, Moderators
Re: OpenSees on Mac
nope .. should work as normal .. try typing pwd when you star it to see what it shows as the current directory.
like on windows i put opensees in it's own seperate directory and set the path to point to it so i don't have to copy the .exe all over the place or cd once i start it .. on mac i run from a rerminal window with the following line in my .profile file
export PATH=$PATH:/Users/fmk/bin
like on windows i put opensees in it's own seperate directory and set the path to point to it so i don't have to copy the .exe all over the place or cd once i start it .. on mac i run from a rerminal window with the following line in my .profile file
export PATH=$PATH:/Users/fmk/bin