From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Tue, 25 Mar 2014 14:02:53 -0400 To: 9fans@9fans.net Message-ID: In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] hg and golang Topicbox-Message-UUID: cfdf07c2-ead8-11e9-9d60-3106f5b1d025 > 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