roberts
Group: Members
Posts: 4983
Joined: Oct. 2003 |
|
Posted: Sep. 12 2004,16:21 |
|
Since you mention .dsl files, I assume you have been using some. There is a python in the extension library. If you boot your system with the following:
boot: dsl mydsl=sda2
Then you should have all the extensions under your optional directory available on the system menu to load/use. You can run python from the menu, which opens an xterm with python running.
If you want to run other python programs then you would have to use some exports like this:
export PYTHONPATH=/opt/python/bin export PATH="$PATH:$PYTHONPATH"
If you want to install deb files, then "enable apt" from the system menu tools section or use Synaptic again its on the system menu under tools.
|