Fixes in executables for find the correct python3 executables

This commit is contained in:
Antonio de la Rosa 2016-08-25 01:49:10 +02:00
parent 5221661417
commit 855617f43a
6 changed files with 35 additions and 5 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
from paramecio.create_module import start

View file

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
from paramecio.citoplasma.check_i18n import start

View file

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
from paramecio.index import app, run_app

View file

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
from paramecio.cromosoma.dbadmin import start

View file

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
from paramecio.create_module import regenerate_modules_config