Python a partir d'un .sh
Résolu
archi12
Messages postés
32
Statut
Membre
-
archi12 Messages postés 32 Statut Membre -
archi12 Messages postés 32 Statut Membre -
Bonjour,
j'ai une appli xyz.pi
comment l'executer à partir d'un .sh ?
merci de votre aide
j'ai une appli xyz.pi
comment l'executer à partir d'un .sh ?
merci de votre aide
A voir également:
- Python a partir d'un .sh
- Creer un groupe whatsapp a partir d'un autre groupe - Guide
- Comment faire une recherche à partir d'une photo - Guide
- Citizen code python avis - Accueil - Outils
- Fichier .sh - Forum Ubuntu
- Fichier sh - Forum Shell
Par exemple :
/bin/python ~/monprogramme.py
Evidement je ne connais pas le nom de la version de python que tu utilises ni la path de ton programme, mais c'est l'idee !