On Jan 12, 6:22 am, mankoff <mank...@gmail.com> wrote:
> On Jan 11, 9:57 pm, Adam Webb <maxthemo...@googlemail.com> wrote:
>
>
>
> > On Jan 12, 6:49 am, mankoff <mank...@gmail.com> wrote:
>
> > > Hi Group,
>
> > > I'm using Sage as my python install. How can I upgrade a python
> > > package within sage? For example, pygmentize is version 0.11, and I'd
> > > like to upgrade this. Easy_install doesn't seem to be working, or
> > > places the new binary in /usr/local/bin, and if I copy that into sage/
> > > local/bin/ it causes problems.
>
> > > Thanks,
>
> > >    -k.
>
> > Hi,
>
> > You are using the system-wide easy_install rather than the sage one.
> > Do 'sage -sh' first and then use easy_install. That will install into
> > your sage location.
>
> > Adam
>
> That works just fine. Thank you!
>
>   -k.

Hm, I ask that here because it seems related somehow. Is there a way
to make plotting behave normal from the python commandline? I know
that from the notebook it will show all pictures which are stored in
the notebook directory. I also read
http://uw.sagenb.org/home/pub/9/

So question is, can settings be changed so that
from pylab import *
x = linspace(-1,1,1000) f = sin(6*x) + sin(60*exp(x))
plot(x,f,'k')

actually produces a plot from the commandline?

I have a related problem with getting Texmacs to show sage plots,
there is always a message about a missing matplotlib GUI backend.
Does anybody has pointers how I could fix this?

thanks!
emil

-- 
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to