Hi Yugi,
My path is correctly set. I've added the pytel directory in my bashrc.
echo $PATH returns
/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/home/alexis/opentelemac/v6p2/pytel
- When I set my working direcory for example on /home/user/study_case/, if I type telemac2d.py, runcode.py telemac2d, config.py or whatever file.py, i get No such file or directory message. It seems that the pytel content (PATH content) is not recognized or the files .py are not recognized as executable.
- From the same directory, if I add python as prefix like for example python telemac2d.py, I get the following message :
python: can't open file 'config.py': [Errno 2] No such file or directory
It can be a problem of path export from my terminal to python...
Regards,