From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: prefix and python site-packages Date: Wed, 23 Apr 2014 11:33:04 +0200 Message-ID: <20140423093304.GA422@aepfle.de> References: <20140423082131.GA20022@aepfle.de> <1398243980.4880.115.camel@kazak.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1398243980.4880.115.camel@kazak.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell Cc: ian.jackson@eu.citrix.com, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Wed, Apr 23, Ian Campbell wrote: > I don't suppose python has an analogue of -rpath? Looks like sys.path.insert() is the python way of rpath. Would it be acceptable to tweak pygrub at install time and insert something like the hack I had posted earlier? From what I have seen pygrub is the only remaining binary using the xen.lowlevel stuff. Olaf