|
python
to install python, go get the tarball on an internet-enabled computer, save it on something that will go into your laptop (cd or floppy?) and take it over there, take the tarball off and install it.
i think you need an extra module for python to get gtk+ working.
the same should work for ruby, just make sure about any module you may need for gtk.
BTW = you probably have python installed, at least.
try to run it by opening a terminal and running 'python'. do the same for ruby... ruby is less likely to be there, though.
|