From: Vadim A <ast...@nc...> - 2013-03-12 21:23:18
|
You saying that I don't really need to do "make install" ? after " make BUILD=release USE_HDF5=0" return -> pymoose module built. All I need to do just export PYTHONPATH, correct ? Vadim. On Mar 11, 2013, at 9:46 PM, Subhasis Ray wrote: > > > > 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 |