all devices python version anddeMac-mini:~ and$ python Python 2.7.10 (default, Oct 23 2015, 19:19:21) [GCC 4.2.1 Compatible Apple LLVM 7.0.0 (clang-700.0.59.5)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> exit() anddeMac-mini:~ and$ root@NanoPC:~# python Python 2.7.6 (default, Jun 22 2015, 18:31:26) [GCC 4.8.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> exit() root@NanoPC:~# root@raspberrypi:~# python Python 2.7.9 (default, Mar 8 2015, 00:52:26) [GCC 4.9.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> exit() root@raspberrypi:~# shell@dredd:/system/and/python $ export LD_LIBRARY_PATH=/system/and/python/lib shell@dredd:/system/and/python $ export PYTHONPATH=/system/and/python shell@dredd:/system/and/python $ export PYTHONHOME=/system/and/python shell@dredd:/system/and/python $ ./bin/python Python 2.7.12 (default, Jan 8 2017, 14:37:38) [GCC 4.8] on linux-armv7l Type "help", "copyright", "credits" or "license" for more information. >>> exit() shell@dredd:/system/and/python $