From: Eric M. <e.m...@po...> - 2002-07-01 08:47:31
|
On Sunday 30 June 2002 15:31, Todd Miller wrote: > Perry Greenfield wrote: > >... > >>2. Because I'm running two versions of Python (because Zope > >> and a lot of Zope/C products depend on a particular version) > >> the 'development' Python is installed in /usr/local/bin > >> (whereas SuSE's python is in /usr/bin). > >> It probably wouldn't do any harm if the manual would include > >> a hint at the '--prefix' option and mention an alternative > >> Python installation like: > >> > >> /usr/local/bin/python ./setup.py install --prefix=3D/usr/local > > > >Good idea. > > I'm actually surprised that this is necessary. I was under the > impression that the distutils pick reasonable defaults simply based on > the python that is running. In your case, I would expect numarray to > install to /usr/local/lib/pythonX.Y/site-packages without specifying an= y > prefix. What happens on SuSE? Yes, you're probably right. On SuSE I tested it out on my own machine ('test server'), because I did not want to do it on the production server. It run's Python 2.2.1 exclusi= vely. I remembered that I had to this in a previous Numeric installation, where 1.5.2 and 2.1 were running side-by-side (and at that time I also had to install distutils manually). So, yes, it may not be an issue (anymore) for at least recent Python's if you call the Python explicitly like '/usr/local/bin/python ./setup.py' and '/usr/bin/python ./setup' (on SuSE python goes to /usr/bin). > > >>... Bye-bye, Eric --=20 Eric Maryniak <e.m...@po...> WWW homepage: http://pobox.com/~e.maryniak/ Mobile phone: +31 6 52047532, or (06) 520 475 32 in NL. It said 'Insert disk #3', but only two will fit. |