← Back to team overview

dolfin team mailing list archive

Re: [Question #141422]: DOLFIN/FEniCS integration in other Python installation

 

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

    Status: Open => Answered

Johannes Ring proposed the following answer:
This is not supported. However, since you are using Python 2.6 which is
the same version as included in the FEniCS binary, you could try to
tweak the runme.bat in the FEniCS installation directory to use your
copy of Python. For instance, if you have installed Python under
C:\Python2.6, then try to change line 7 from

  set
PATH=%FENICS_DIR%bin;%FENICS_DIR%Scripts;%FENICS_DIR%lib;%FENICS_DIR%lib\Python26;%PATH%

to this:

  set
PATH=%FENICS_DIR%bin;%FENICS_DIR%Scripts;%FENICS_DIR%lib;C:\Python26;%PATH%

Note that this is not tested so it may or may not work.

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



Follow ups