From 8a508e21fcd70b1e72828ece8299b55c6b2d5463 Mon Sep 17 00:00:00 2001 From: Danny Rawlins Date: Mon, 27 Jan 2014 18:36:52 +1100 Subject: [PATCH] cython: hard code path to python to prevent virtual python issues --- cython/Pkgfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cython/Pkgfile b/cython/Pkgfile index 65ae30a3c..822f685d1 100644 --- a/cython/Pkgfile +++ b/cython/Pkgfile @@ -11,5 +11,5 @@ source=(http://www.cython.org/release/Cython-$version.tar.gz) build() { cd Cython-$version - python setup.py install --root $PKG + /usr/bin/python setup.py install --root $PKG }