also... (beaglebone) ogra@bbb:~$ time python3 -v -c "" 2>/dev/null
real 0m1.968s user 0m1.048s sys 0m0.368s
vs an x86 machine: ogra@anubis:~$ time python3 -v -c "" 2>/dev/null
real 0m0.027s user 0m0.024s sys 0m0.000s
loading the interpreter alone, without any imports already takes 2sec on the beagle
also...
(beaglebone)
ogra@bbb:~$ time python3 -v -c "" 2>/dev/null
real 0m1.968s
user 0m1.048s
sys 0m0.368s
vs an x86 machine:
ogra@anubis:~$ time python3 -v -c "" 2>/dev/null
real 0m0.027s
user 0m0.024s
sys 0m0.000s
loading the interpreter alone, without any imports already takes 2sec on the beagle