I would like to request the following change to the /usr/bin/gramps script.
!python -O
Should read:
!/usr/bin/python -O
This will avoid the error message:
bash: /usr/bin/gramps: python: bad interpreter: No such file or directory.
I will appreciate your help.
I am running gramps 6.0.5 with python 3.13.7 on Opensuse Tumbleweed. I had the same problem on gramps 6.0.3.
Comments 1
I would like to request the following change to the /usr/bin/gramps script.
!python -O
Should read:
!/usr/bin/python -O
This will avoid the error message: bash: /usr/bin/gramps: python: bad interpreter: No such file or directory. I will appreciate your help. I am running gramps 6.0.5 with python 3.13.7 on Opensuse Tumbleweed. I had the same problem on gramps 6.0.3.