[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: libdir and python on x86_64
- From: Thomas Vander Stichele <thomas apestaart org>
- To: Discussion related to Fedora Extras <fedora-extras-list redhat com>
- Subject: Re: libdir and python on x86_64
- Date: Thu, 08 Jun 2006 19:00:37 +0200
Hi,
> How does one persuade an arch-independent python package to install
> itself into %{python_sitearch} instead of %{python_sitelib}? Is there an
> option to pass to "python setup.py" that will usually work?
The python modules that already have arch-dependant code in them
automatically install correctly. The ones that have pure python code
can be persuaded by
--install-purelib %{python_sitearch}
Thomas
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]