grand-mother/grand

Source env/setup.sh always remakes the files

Closed this issue · 4 comments

Related to #59

The first time the source env/setup.sh is executed the "Install external lib gull and turtle" should be executed of course, but for the next times, it should be skipped and the script should just set the environment. Or the readme should say, that source env/setup.sh should be executed just when running for the first time, and then some other script should be sourced just to set up the environment in the following uses.

Yes, this commit fixes it.

Hello,

There is this pitfall with env/setup.sh that I don't know how to fix easily, so I added a make clean
I don't remember exactly the problem ...
I remove the make clean
e84c92c
and I'm waiting for someone to come back to the problem to correct it more properly

Check and close please

I've already closed this. When someone again encounters a problem, we will learn how to reproduce it and then fix.

William Erba (intren at ICRR) seems to have fallen in this problem at installation time
Error:
File "/home/grand/grand/geo/turtle.py", line 12, in
from .._core import ffi, lib
ImportError: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /home/grand/grand/../lib/libturtle.so)

All good after full clean + reinstal following JM's advice.