Re: [sage-support] make command Error 127

2020-07-28 Thread Jose Garcia
I had a similar problem. Python3 should be in your path. A workaround I did was to create a soft link named ‘python’ that points to your python3 (put it in a directory that’s already in your path). Although I’m not 100% sure where the ideal place to put this soft link is. Maybe someone else has

Re: [sage-support] How to graph on Sage

2019-04-04 Thread Jose Garcia
If you are looking just for a way to code a vector and use it to perform calculations you could just type in v = vector([1,2,3,5]) this would give you a column vector. If you have some matrix A already defined you could do A*v. and get the product you would expect. I hope this helps, if not

Re: [sage-support] Re: Sage options not recognized.

2019-04-01 Thread Jose Garcia
PM Dima Pasechnik wrote: > > > On Sun, 31 Mar 2019 at 21:45, Jose Garcia wrote: > >> Do you think I should have installed sage somewhere other than in /opt ? >> > > you can change the owner of your installation to be the “normal” user, not > root > u

Re: [sage-support] Re: Sage options not recognized.

2019-03-31 Thread Jose Garcia
Do you think I should have installed sage somewhere other than in /opt ? Would it have been best to install it in my home directory? Any advice is appreciated. On Sun, Mar 31, 2019 at 4:37 PM Dima Pasechnik wrote: > > > On Sun, 31 Mar 2019 at 21:05, Jose Garcia wrote: > >&g

Re: [sage-support] Re: Sage options not recognized.

2019-03-31 Thread Jose Garcia
Antonio Rojas wrote: > You are still running sage from the debian repo. You need to run ./sage > from the dir where you installed the sage binary (or add such dir to your > PATH) > > El domingo, 31 de marzo de 2019, 15:29:04 (UTC+2), Jose Garcia escribió: >> >> Thank you

Re: [sage-support] Re: Sage options not recognized.

2019-03-31 Thread Jose Garcia
Thank you for the response. I tried installing Sage from Binary and it was successful. However, i still get error messages when trying to run the commands to install this optional package i keep talking about. sage --package fix-checksum conjecturing sage-run received unknown option: --package

Re: [sage-support] Re: Sage options not recognized.

2019-03-30 Thread Jose Garcia
is a bit old sage-8.1 > and personnally I have problems with this version, I would like to make my > own deb but I didn't success yet. > Le 30/03/2019 à 03:21, Jose Garcia a écrit : > > I used aptitude on Ubuntu 18.04. Do you think that’s my only other option? > > On Fri, Mar 29, 20

Re: [sage-support] Re: Sage options not recognized.

2019-03-29 Thread Jose Garcia
I used aptitude on Ubuntu 18.04. Do you think that’s my only other option? On Fri, Mar 29, 2019 at 7:50 PM slelievre wrote: > Did you install Sage using a package manager > (Aptitude, Conda, ...)? Not sure how installing > optional packages on top of such installations > of SageMath work. > > I

Re: [sage-support] Re: Sage options not recognized.

2019-03-29 Thread Jose Garcia
$sage --version SageMath version 8.1, Release Date: 2017-12-07 On Fri, Mar 29, 2019 at 5:51 PM John H Palmieri wrote: > What does "sage --version" say? > > > > On Friday, March 29, 2019 at 12:47:44 PM UTC-7, Jose Garcia wrote: >> >> Hi All, >> >

[sage-support] Sage options not recognized.

2019-03-29 Thread Jose Garcia
Hi All, I'm trying to install a package to sage math, and I can't get sage to recognize specific options. Ex $ sage --package fix-checksum conjecturing sage-run received unknown option: --package usage: sage [options] Try 'sage -h' for more information. same for $ sage -i conjecturing