On Thu, Jul 8, 2010 at 9:11 AM, Daniel Fetchinson
wrote:
>> I would like to have a python script that would download the most
>> recent svn of python, configure, make, install and cleanup after
>> itself. I am not replacing the python version I would be using to run
>> the script.
>> I was struggl
> I would like to have a python script that would download the most
> recent svn of python, configure, make, install and cleanup after
> itself. I am not replacing the python version I would be using to run
> the script.
> I was struggling to get this to work and I assume someone else has
> done it
I would like to have a python script that would download the most
recent svn of python, configure, make, install and cleanup after
itself. I am not replacing the python version I would be using to run
the script.
I was struggling to get this to work and I assume someone else has
done it better. An