Unless you are doing experimental work on conda packaging for sage, you should certainly unset it. That’s a pretty weird value for it right now.
François > On 13/04/2017, at 14:17, Adam Webb <[email protected]> wrote: > > That is weird. I forgotten that I have PYTHON defined but not that value. I > have it set to point at my anaconda python (/anaconda2/bin/python) in my home > directory. > Should I clear it first? I have it set for Julia so that Julia will use that > python for IJulia, PyCall etc. > > Adam > > On Wednesday, 12 April 2017 20:09:02 UTC-6, François wrote: > OK in your config.log I see the following: > /home/adam/Downloads/sage-8.0.beta1/local/var/lib/sage/installed/python2-2.7.13.p0: > > Permission denied > > In any case, I should have spotted it earlier, that's not where python > is supposed to be. It looks like someone set > PYTHON=/home/adam/Downloads/sage-8.0.beta1/local/var/lib/sage/installed/python2-2.7.13.p0 > > (from forensic on config.log) > before starting to build brial. Of course that file is not an executable > which is why we have permission denied. > The correct value should be > /home/adam/Downloads/sage-8.0.beta1/local/bin/python > but you shouldn't need to set it. > > Francois > > > > -- > You received this message because you are subscribed to the Google Groups > "sage-release" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/sage-release. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "sage-release" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-release. For more options, visit https://groups.google.com/d/optout.
