Actually in sage-on-gentoo I reduced that quite a bit. In vanilla we have "argv": ["/home/fbissey/sandbox/git-fork/sage-8.3.b0/local/bin/sage", "--python", "-m", "sage.repl.ipython_kernel", "-f", "{connection_file}”] That is, sage-devs go to quite some lengths to launch sage’s python with the sage ipython_kernel module.
In sage-on-gentoo I just do this at the moment: {"argv": ["python2.7", "-m", "sage.repl.ipython_kernel", "-f", "{connection_file}”] François > On 17/05/2018, at 18:56, Antonio Rojas <nqn7...@gmail.com> wrote: > > El jueves, 17 de mayo de 2018, 6:46:11 (UTC+2), Nils Bruin escribió: > > Are there good reasons to refer to .../local/bin/sage rather than the > .../sage script? If not, then it might be more flexible to change it. > > > This would break distribution packages, where SAGE_LOCAL is generally set to > /usr and SAGE_ROOT/sage doesn't exist. In general, references to SAGE_ROOT > within the sage python library should be avoided as they cause issues when > packaging. > > -- > You received this message because you are subscribed to the Google Groups > "sage-devel" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to sage-devel+unsubscr...@googlegroups.com. > To post to this group, send email to sage-devel@googlegroups.com. > Visit this group at https://groups.google.com/group/sage-devel. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To post to this group, send email to sage-devel@googlegroups.com. Visit this group at https://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.