i got this..


From: firedrake-bounces@imperial.ac.uk <firedrake-bounces@imperial.ac.uk> on behalf of Lawrence Mitchell <lawrence.mitchell@imperial.ac.uk>
Sent: Tuesday, October 10, 2017 6:33:43 AM
To: firedrake@imperial.ac.uk
Subject: Re: [firedrake] where is firedrake...
 


On 10/10/17 06:43, Kara, Erdi wrote:
> Well, i got the these outputs from the last attempts... I am not sure
> what it means. Thank you for your patience!

OK, this means it looks the reason your firedrake venv is not working
is due to the lack of pyvenv.cfg

Can you run:


/usr/bin/python3 -m venv --upgrade ~/firedrake

Which will, I think, recreate the pyvenv.cfg file.

Then you can activate the firedrake venv.

$ source firedrake/bin/activate

And see what has changed
$ ls firedrake
$ python -c "import sys; print(sys.path)"
$ python -c "from firedrake import *"

Cheers,

Lawrence

_______________________________________________
firedrake mailing list
firedrake@imperial.ac.uk
https://mailman.ic.ac.uk/mailman/listinfo/firedrake