danpedron / snake-os

Automatically exported from code.google.com/p/snake-os
0 stars 1 forks source link

Installation of Python #156

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi Would it be possible to install python on SnakeOS ... anyone tried it?

Original issue reported on code.google.com by klaus.ca...@gmail.com on 17 Apr 2011 at 5:25

GoogleCodeExporter commented 9 years ago
python, I don't think is possible in the actual root, but if you chroot debian, 
I am pretty sure it's possible

Original comment by ted.cho...@gmail.com on 29 Apr 2011 at 6:16

GoogleCodeExporter commented 9 years ago
from chroot, you can find the way to do it here:
http://code.google.com/p/snake-os/issues/detail?id=105

Original comment by robertoy...@robertoyoldi.com on 19 May 2011 at 11:24

GoogleCodeExporter commented 9 years ago
It might work in root - python can compile against uclibc..

Original comment by dwmcqu...@openthinkingsystems.com on 19 May 2011 at 7:36

GoogleCodeExporter commented 9 years ago
ive just completed the steps taken to get python working within a chroot

http://code.google.com/p/snake-os/issues/detail?id=164&sort=-id

Original comment by g1p...@gmail.com on 13 Jul 2011 at 11:27

GoogleCodeExporter commented 9 years ago
Used opkg for installation of Python2.7 like described in Issue6:

http://code.google.com/p/snake-os/issues/detail?id=6

Seems to work fine and no chroot necessary.

Original comment by mkhom...@googlemail.com on 4 Jan 2012 at 12:58