In gmane.comp.mathematics.sage.support, you wrote: > My fault. I should have written "My .bashrc file aliases cp to 'cp > -i' and mv to 'mv -i'". > > Strangely, unaliasing those commands did not stop the problem. I > still had to type in "y" a bunch of times after I tried the command > "sage -i ncurses". I must have set some other strange default.--Rob
I'd suggest opening a pristine shell, which does not source anything from ~/ , and work in it. (or else, check the contents of ~/.bashrc ~/.loginrc, etc...) > > On 5/10/18, Jeroen Demeyer <[email protected]> wrote: >> On 2018-05-10 19:38, Robert Gross wrote: >>> I have aliased cp to "cp -i" and "mv" to "mv -i". >> >> What do you mean this *exactly*? >> >> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "sage-support" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/sage-support/8HPGeGSAI0E/unsubscribe. >> To unsubscribe from this group and all its topics, 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-support. >> For more options, visit https://groups.google.com/d/optout. >> > > > -- > Rob Gross > Department of Mathematics > Boston College > Chestnut Hill, MA 02467-3806 > (617) 552-3758 > > -- > You received this message because you are subscribed to the Google Groups > "sage-support" 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-support. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "sage-support" 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-support. For more options, visit https://groups.google.com/d/optout.
