Hi,
I am trying to perform a user-install of python 2.7 on Ubuntu 10.04, and my
installation is failing.
This sequence of commands reproduces the failure on my system:
$ tar -zxvf Python-2.7.tgz
$ cd Python-2.7/
$ ./configure --prefix=$HOME
$ make
$ ./python Lib/test/test_collections.py
doctest
the installed
python in /home/oddron/bin/ .
I manually copied the contents of
"/home/oddron/installers/python/Python-2.7/build/lib.linux-i686-2.7/",
to /home/oddron/lib/python2.7/ and now everything seems to work.
Thank you
On Sun, Sep 26, 2010 at 2:19 AM, Ronald Guida wrote:
> Hi
, Ronald Guida wrote:
> Solved -- "make install" failed to actually install a subset of files. I
> had to manually copy them instead.
>
> Specifics:
> I started from /home/oddron/installers/python/Python-2.7/ and executed the
> usual commands:
> $ ./configure --prefix=