[sage-devel] Re: add curl as a standard package

2016-10-25 Thread Emmanuel Charpentier
Le mercredi 26 octobre 2016 03:12:04 UTC+2, Volker Braun a écrit : > > One issue with curl is that you sooner or later will need the root > certificates to use it, namely when you start downloading from a https > site. E.g. in hashstack I recently added the root certs: > > https://github.com/ha

Re: [sage-devel] add curl as a standard package

2016-10-25 Thread Emmanuel Charpentier
Le mercredi 26 octobre 2016 00:42:01 UTC+2, John H Palmieri a écrit : > > I have no opinion on whether this approach is on the whole a good idea, > but I will point out that "which curl" is not as portable as "command -v > curl". We had an issue a while ago with "which" not behaving properly on

[sage-devel] Re: add curl as a standard package

2016-10-25 Thread Volker Braun
One issue with curl is that you sooner or later will need the root certificates to use it, namely when you start downloading from a https site. E.g. in hashstack I recently added the root certs: https://github.com/hashdist/hashstack/issues/969 This issue already faces us with openssl but since

Re: [sage-devel] add curl as a standard package

2016-10-25 Thread John H Palmieri
I have no opinion on whether this approach is on the whole a good idea, but I will point out that "which curl" is not as portable as "command -v curl". We had an issue a while ago with "which" not behaving properly on some platform -- maybe on Solaris "which blah" had a return status of 0 even i

Re: [sage-devel] add curl as a standard package

2016-10-25 Thread Emmanuel Charpentier
This is now Trac#21767 . The unconditional installation works okay on top of 7.5beta0. The conditional installation can probably be obtained with this bash snippet, at the top of spkg-install : ## Installation de curl... ## Look for a systemwide installa

[sage-devel] Sage and JMM 2017 -- Atlanta GA

2016-10-25 Thread William Stein
Hi, I'll have a Sage booth at JMM 2017. Some people who want to help can get free registration (email me). At least me, Harald Schilly, John Jeng, and Kevin Lui will be helping with the Sage booth. I'll be at JMM/Atlanta, Jan 4 - 10, 2017. Harald Schilly, John Jeng and I will also be staying a

Re: [sage-devel] Re: Notebook stuck on "N?" with a worksheet

2016-10-25 Thread Jori Mäntysalo
On Tue, 25 Oct 2016, Jori Mantysalo wrote: https://jupyterhub.readthedocs.io/en/latest/getting-started.html Got it installed and shown up in my browser. Good start. It rejected login with wrong password, and with right password gave "Spawner failed to start [status=1]". So next I guess I sh

Re: [sage-devel] Re: Notebook stuck on "N?" with a worksheet

2016-10-25 Thread Jori Mäntysalo
On Mon, 24 Oct 2016, Volker Braun wrote: I have a setup helper for jupyterhup at  https://github.com/vbraun/run-jupyter-hub Thanks. Stopped with ffi.h missing, now installed libffi-dev and trying again... On Tue, 25 Oct 2016, Luca De Feo wrote: Can you give me some kind of Hello world! -

Re: [sage-devel] Re: Notebook stuck on "N?" with a worksheet

2016-10-25 Thread Luca De Feo
> Can you give me some kind of Hello world! -example of Jupyter? ./sage > --notebook=jupyter will open a server to port --- how to change the > port or, more general, is there some help file? First I would like to see a > way to have two local user using Sage and not seeing each other files.

Re: [sage-devel] add curl as a standard package

2016-10-25 Thread Jean-Pierre Flori
On Tuesday, October 25, 2016 at 11:11:38 AM UTC+2, Jean-Pierre Flori wrote: > > > > On Tuesday, October 25, 2016 at 12:48:39 AM UTC+2, Dima Pasechnik wrote: >> >> >> >> On Monday, October 24, 2016 at 9:45:18 PM UTC, Emmanuel Charpentier wrote: >>> >>> Okay. I I have followed you correctly, we hav

Re: [sage-devel] add curl as a standard package

2016-10-25 Thread Jean-Pierre Flori
On Tuesday, October 25, 2016 at 12:48:39 AM UTC+2, Dima Pasechnik wrote: > > > > On Monday, October 24, 2016 at 9:45:18 PM UTC, Emmanuel Charpentier wrote: >> >> Okay. I I have followed you correctly, we have two (mutually >> incompatible) options : >> >> >>- (Dima's option) : package curl,