> Number of plan9 installations at my tiny bedroom in a corner in India,
> went up from 1 to 2, 1st being a raspberry pi and now, a 9atom
> installation on virtualbox that I wanted to mess with, as a cpu
> system.

hopefully i've got this correct.  rc history to the rescue
python may or may not work on the standard distribution.  there are some
ape patches that have not gone in yet.

        cd /sys/src
        hget https://bitbucket.org/jas/cpython/get/2.7-plan9.tar.bz2 
|bunzip2|tar xv
        hget http://selenic.com/hg/archive/b96cb15ec9e0.tar.bz2 |bunzip2|tar xv
        rm -f @LongLink
        mv jas-cpython-cea9c7fcee30 cpython     # details may vary
        mv Mercurial-b96cb15ec9e0 hg            # details may vary
        cd cpython
        mk
        mk stage
        mk install

python has some odd troubles with its mkfile, so you might need to mk stage
more than once.

- erik

Reply via email to