This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author liuqianhn
Recipients liuqianhn, loewis
Date 2012-03-07.08:48:28
SpamBayes Score 2.3492507e-06
Marked as misclassified No
Message-id <CALAhSX2tq=ugRWc21paEtHPqS_W5+Mq9Bw8GMShBsLs401Kznw@mail.gmail.com>
In-reply-to <1331108582.64.0.487466677486.issue14216@psf.upfronthosting.co.za>
Content
Dear Martin,

Thanks for your reply.

I went to the folder of python after "tar -zxvf Python-2.7.2.tgz" and do
the following operations:
./configure --prefix="~/PythonInstall"
make
make install
where "~" represent the path in my computer and it is long in the report;
so, I replaced it by ~.

Then, I put "~/PythonInstall"bin
and "~/PythonInstall/lib/python2.7/"site-packages into PATH and PYTHONPATH.

Anything wrong here?

Thanks for your help.

Best regards,
Qian Liu

On Wed, Mar 7, 2012 at 4:23 PM, Martin v. Löwis <report@bugs.python.org>wrote:

>
> Martin v. Löwis <martin@v.loewis.de> added the comment:
>
> You probably did something wrong when installing Python. How exactly did
> you get it into ~/PythonInstall?
>
> ----------
> nosy: +loewis
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue14216>
> _______________________________________
>
>
History
Date User Action Args
2012-03-07 08:48:29liuqianhnsetrecipients: + liuqianhn, loewis
2012-03-07 08:48:29liuqianhnlinkissue14216 messages
2012-03-07 08:48:28liuqianhncreate