10 Oct
2017
10 Oct
'17
11:33 a.m.
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