4 Oct
2017
4 Oct
'17
8:58 a.m.
On 04/10/17 03:24, Kara, Erdi wrote:
I think i already did that but no progress at all. I activated firedrake then I copied the first example -Helmholtz- and saved as python file and try to run it via terminal. I attached the screen shot. Could you tell me where I am making mistake.? I am a new user.
It doesn't look like you're making a mistake! A few things: 1. Can you provide the file firedrake-install.log (which should live in the directory you ran firedrake-install from, it looks like ~/ from your screenshot). 2. After activating the venv (as you did), what is the output of these commands (don't type the dollar sign)? $ which python $ python -c "import sys; print(sys.path)" Thanks, Lawrence