← Back to team overview

dolfin team mailing list archive

Re: [Question #143028]: binaries for mac don't work

 

Question #143028 on DOLFIN changed:
https://answers.launchpad.net/dolfin/+question/143028

    Status: Open => Answered

Johannes Ring proposed the following answer:
This is the line you need to comment out:

  test -r /sw/bin/init.sh && . /sw/bin/init.sh

Simply add a # in front of it:

  #test -r /sw/bin/init.sh && . /sw/bin/init.sh

You should also do the same for this line:

  source ~/Work/FEniCS/dolfin-0.9.0/dolfin.conf

-- 
You received this question notification because you are a member of
DOLFIN Team, which is an answer contact for DOLFIN.