Problème installation Tikka ensurepip not available

martial@martial-HP-Notebook:~/tikka$ python -m venv .venv

La commande « python » n'a pas été trouvée, voulez-vous dire :

  commande « python3 » du deb python3
  commande « python » du deb python-is-python3

martial@martial-HP-Notebook:~/tikka$ python3 -m venv .venv
The virtual environment was not created successfully because ensurepip is not
available.  On Debian/Ubuntu systems, you need to install the python3-venv
package using the following command.

    apt install python3.8-venv

You may need to use sudo with that command.  After installing the python3-venv
package, recreate your virtual environment.

Failing command: ['/home/martial/tikka/.venv/bin/python3', '-Im', 'ensurepip', '--upgrade', '--default-pip']

Chez moi il faut que je tape python3 pour lancer python, après je n’ai pas bien compris, je n’utiliserais pas la bonne commande ? Il faut que je recommence à partir d’où ?

C’est quoi le problème en fait ?

Quel est ta distribution (nom, version, etc) ?

Visiblement, sur ta distribution, seule la commande python3 est disponible. Il faut donc utiliser cette commande à la place de python dans mes instructions.

Le deuxième message te demande d’installer le paquet python3.8-venv sur ton système.

sudo apt install python3.8-venv

Fait le avec ton interface préférée pour installer des paquets Linux, si tu préfères. Puis retape la commande.

[edit] je suis dispo sur le tchat xmpp si tu veux, ça ira plus vite :wink: