Vu qu'il parle de python manquant j'ai essayé de faire un ln -s python python3 mais du coup d'autres erreurs :
Python modules for the system python are usually handled by dpkg and apt-get.
apt install python3-<module name>
Install the python3-pip package to use pip itself. Using pip together
with the system python might have unexpected results for any system installed
module, so use it on your own risk, or make sure to only use it in virtual
environments.
./install.sh: ligne 120: /var/www/UE-environment/bin/pip : ne peut exécuter : le fichier requis n'a pas été trouvé
./install.sh: ligne 121: /var/www/UE-environment/bin/pip : ne peut exécuter : le fichier requis n'a pas été trouvé
Considering dependency mime for ssl:
Module mime already enabled
Considering dependency socache_shmcb for ssl:
Module socache_shmcb already enabled
Module ssl already enabled
Create settings.py
Collect static files
Traceback (most recent call last):
File "/var/www/UE-environment/updatengine-server/manage.py", line 10, in main
from django.core.management import execute_from_command_line
ModuleNotFoundError: No module named 'django'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/var/www/UE-environment/updatengine-server/manage.py", line 21, in <module>
main()
File "/var/www/UE-environment/updatengine-server/manage.py", line 12, in main
raise ImportError(
ImportError: Couldn't import Django. Are you sure it's installed and available on your PYTHONPATH environment variable? Did you forget to activate a virtual environment?
Apply database migrations
Traceback (most recent call last):
File "/var/www/UE-environment/updatengine-server/manage.py", line 10, in main
from django.core.management import execute_from_command_line
ModuleNotFoundError: No module named 'django'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/var/www/UE-environment/updatengine-server/manage.py", line 21, in <module>
main()
File "/var/www/UE-environment/updatengine-server/manage.py", line 12, in main
raise ImportError(
ImportError: Couldn't import Django. Are you sure it's installed and available on your PYTHONPATH environment variable? Did you forget to activate a virtual environment?
chown: impossible d'accéder à '/var/www/UE-environment//updatengine-server/updatengine/static/': Aucun fichier ou dossier de ce nom