Accueil > Programmation > IDEs Integrated Development Environment > geany
geany
Publié le 3 mai 2018, dernière mise-à-jour le 3 mai 2018, 9 visites, visites totales.
- configurations :
- Construire -> Définir les commandes de Construction
- Compile pour python 3 : python3 -m py_compile "%f"
- Compile pour python 2 : python2 -m py_compile "%f"
- Execute pour python 2 : python2 "%f"
- Execute pour python 3 : python3 "%f"
- Construire -> Définir les commandes de Construction