[sage-support] Re: Upgrading python packages in sage

2009-08-16 Thread jds
Thanks for the replies. What I did is made myself a copy of my sage distribution (using sage -bdist) which I will use for my non-sage python stuff. On Aug 15, 12:29 pm, Minh Nguyen wrote: > Hi John, > > On Sun, Aug 16, 2009 at 4:55 AM, jds wrote: > > > I'm using a local sage installation as m

[sage-support] Re: Upgrading python packages in sage

2009-08-15 Thread Minh Nguyen
Hi John, On Sun, Aug 16, 2009 at 4:55 AM, jds wrote: > > I'm using a local sage installation as my main python distribution, so > I run "sage -sh" before doing any python work. If I download and > install newer versions of the packages, e.g. networkx, which has some > api changes in the new versi

[sage-support] Re: Upgrading python packages in sage

2009-08-15 Thread William Stein
On Sat, Aug 15, 2009 at 11:55 AM, jds wrote: > > I'm using a local sage installation as my main python distribution, so > I run "sage -sh" before doing any python work. If I download and > install newer versions of the packages, e.g. networkx, which has some > api changes in the new versions, will