[sage-support] Re: How to move Sage to a different computer?

2021-11-13 Thread Simon King
Hi Dima, On 2021-11-14, Dima Pasechnik wrote: > hmm, if you really checked out the latest version and have done > `make distclean`, then it should have worked (it does work, you know). > > Do you mean to say that you merged in (or rebased over) the latest > develop branch, and getting errors

Re: [sage-support] How to move Sage to a different computer?

2021-11-13 Thread Dima Pasechnik
On Sat, Nov 13, 2021 at 10:42 PM Simon King wrote: > I have some Sage installation on one laptop, including many branches. > Now I want to move on a different laptop, keeping these branches. > > I tried to do something like "cp -r", then checking out the latest > development version. I think it

[sage-support] Re: How to move Sage to a different computer?

2021-11-13 Thread Simon King
PS: When I go to the master branch instead of develop branch, I do not have the problem with the spkg type "pip" --- but "make" soon fails, because when the "patch" spkg is built, configure claims that the C compiler cannot create executables - which is wrong: I tested, and I can create an

[sage-support] How to move Sage to a different computer?

2021-11-13 Thread Simon King
Hi! I have some Sage installation on one laptop, including many branches. Now I want to move on a different laptop, keeping these branches. I tried to do something like "cp -r", then checking out the latest development version. I think it worked so far. But, when trying "make distclean" or

Re: [sage-support] why does this not work? i am trying to create a pattern 1 2 3 4 5 6 which will repeat 6 times. i got this method from my lecturer but it is not working

2021-11-13 Thread David Joyner
It seems rep is an R function. If you are in the sage notebook, you need to make sure your cell is an R cell. I don't use the notebook much myself, but this: d <- rep(1:8,6) d returns [1] 1 2 3 4 5 6 7 8 1 2 3 4 5 6 7 8 1 2 3 4 5 6 7 8 1 2 3 4 5 6 7 8 1 2 3 4 5 6 [39] 7 8 1 2 3 4 5 6 7 8 Is

[sage-support] why does this not work? i am trying to create a pattern 1 2 3 4 5 6 which will repeat 6 times. i got this method from my lecturer but it is not working

2021-11-13 Thread Papi London
-- 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 sage-support+unsubscr...@googlegroups.com. To view this discussion on the web visit