[Yt-svn] New issue 317 in yt: yt's setup.py does not honor --prefix for Cython installation

Bitbucket issues-reply at bitbucket.org
Thu Nov 3 14:57:42 PDT 2011


--- you can reply above this line ---

New issue 317: yt's setup.py does not honor --prefix for Cython installation
https://bitbucket.org/yt_analysis/yt/issue/317/yts-setuppy-does-not-honor-prefix-for

mqk on Thu, 3 Nov 2011 22:57:42 +0100:

Description:
  When I try to install yt "by hand", using python setup.py install --prefix=$HOME/local, the installation of Cython fails, because setup.py ignores the --prefix and tries to install Cython under /usr/local/lib64/python2.7/.

It's not a big deal; I can simply install Cython manually (pip install --install option="--prefix=$HOME/local/" http://yt-project.org/dependencies/Cython-latest.tar.gz), but it would be nice to fix yt's setup.py.

Mike


--

This is an issue notification from bitbucket.org. You are receiving
this either because you are the owner of the issue, or you are
following the issue.



More information about the yt-svn mailing list