From: Subhasis R. <ray...@gm...> - 2013-03-12 04:47:19
|
On Tue, Mar 12, 2013 at 12:21 AM, Vadim A <ast...@nc...> wrote: > > I was able to BUILD release and now trying to compile the code with all > ;attest configurations. > > But it try to install moose on the cluster python folder which is not > allowed. > > > What is the way to provide a path for my home directory to install "MOOSE" > should I modify Make script ? > > There is not much to install. Rest is just a matter of adding {moose-directory}/pythoon to your PYTHONPATH environment variable. In case of bash shell you can put: export PYTHONPATH={moose-directory}/python:$PYTHONPATH in your .bashrc file. This will allow you to import MOOSE in Python scripts. I have added relevant documentation in the top level README file in the moose source tree. Best, Subha |