pense-bête de bruno sanchiz

Accueil > Programmation > IDEs Integrated Development Environment > geany

geany

Publié le 3 mai 2018, dernière mise-à-jour le 3 mai 2018, 7 visites, 23646 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"
[bruno sanchiz]