Re: [sage-support] commands not found when file extension is .txt but it works with .sage

2023-02-28 Thread Tovo
Thanks for the explanation. On Tuesday, February 28, 2023 at 3:24:38 PM UTC+1 Dima Pasechnik wrote: > On Tue, Feb 28, 2023 at 3:14 PM Tovo wrote: > > > > I have sage 9.5 on Ubuntu 22.04/22.10. > > I have the following code inside my files > > > > delta=simplicial_complexes.RandomComplex(4,1) > >

Re: [sage-support] commands not found when file extension is .txt but it works with .sage

2023-02-28 Thread Dima Pasechnik
On Tue, Feb 28, 2023 at 3:14 PM Tovo wrote: > > I have sage 9.5 on Ubuntu 22.04/22.10. > I have the following code inside my files > > delta=simplicial_complexes.RandomComplex(4,1) > print(delta.facets()) > > If the file is named as test.sage, the program works fine. > If the file is named as test

[sage-support] commands not found when file extension is .txt but it works with .sage

2023-02-28 Thread Tovo
I have sage 9.5 on Ubuntu 22.04/22.10. I have the following code inside my files delta=simplicial_complexes.RandomComplex(4,1) print(delta.facets()) If the file is named as test.sage, the program works fine. If the file is named as test.txt, the program outputs delta=simplicial_complexes.RandomCo