Qian Liu <[email protected]> added the comment: 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 <[email protected]>wrote: > > Martin v. Löwis <[email protected]> added the comment: > > You probably did something wrong when installing Python. How exactly did > you get it into ~/PythonInstall? > > ---------- > nosy: +loewis > > _______________________________________ > Python tracker <[email protected]> > <http://bugs.python.org/issue14216> > _______________________________________ > > ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue14216> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
