Please enable JavaScript in your browser!
Accueil
Explorer
Aide
Connexion
yentl
/
modelverse
Suivre
3
Voter
3
Fork
6
Fichiers
Tickets
4
Pull Requests
0
Wiki
Aborescence:
2c5f1943ed
Branches
Tags
debugging
master
pn_debugging
testing
modelverse
/
library.sh
library.sh
79 B
Historique
Raw
1
2
3
4
5
6
if type "pypy" > /dev/null; then
python="pypy"
else
python="python"
fi