diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2014-01-27 18:53:07 +1100 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2014-01-27 18:53:07 +1100 |
commit | dac54488ecc8df341c4f4d641389ec68b15f658c (patch) | |
tree | 30adfad80575861980bf6c97480848a438a259d2 | |
parent | e097f63c8cd09e116b8a4fdc54e2274a1acf5a72 (diff) | |
download | contrib-dac54488ecc8df341c4f4d641389ec68b15f658c.tar.gz contrib-dac54488ecc8df341c4f4d641389ec68b15f658c.tar.xz |
pyquery: hard code path to python to prevent virtual python issues
-rw-r--r-- | pyquery/Pkgfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyquery/Pkgfile b/pyquery/Pkgfile index 56336bda4..ea0f2b9bf 100644 --- a/pyquery/Pkgfile +++ b/pyquery/Pkgfile @@ -11,5 +11,5 @@ source=(http://pypi.python.org/packages/source/p/$name/$name-$version.tar.gz) build() { cd $name-$version - python setup.py install --root $PKG + /usr/bin/python setup.py install --root $PKG } |