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

2019-04-01 Thread Jose Garcia
Hey thanks, I took your advice, and everything is working fine now. Didn't have to use sudo for the rest of the process. Clearly i'm new to linux and didn't know that you could change file ownership like that. I was also able to get my new package installed. -Jose On Sun, Mar 31, 2019 at 5:13

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

2019-03-31 Thread Dima Pasechnik
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 using “chown”, no need to reinstall it. > Would it have been best to install it in my

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: > >> Great news guys,

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

2019-03-31 Thread Dima Pasechnik
On Sun, 31 Mar 2019 at 21:05, Jose Garcia wrote: > Great news guys, turns out I just forgot to purge the SageMath > Installation from when i used apt. So now my sage installation recognizes > the "--package" option as well as the "-i" option for installing sagemath > packages. > > However now I

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

2019-03-31 Thread Jose Garcia
Great news guys, turns out I just forgot to purge the SageMath Installation from when i used apt. So now my sage installation recognizes the "--package" option as well as the "-i" option for installing sagemath packages. However now I have this issue related to what appears to be writing right?

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

2019-03-31 Thread Antonio Rojas
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 for the response. I tried installing Sage from Binary

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-31 Thread slelievre
For Ubuntu 18.04 you have several choices including - aptitude: apt install sagemath-jupyter - conda: conda install sagemath - binary: download from http://www.sagemath.org/download-linux.html then pick mirror, pick 64-bit, pick Sage 8.7 Ubuntu 18.04 - build from source Using the binary from

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

2019-03-30 Thread Dima Pasechnik
On Sat, Mar 30, 2019 at 10:30 AM Jose Garcia wrote: > > Thanks for the help, I was just hoping to avoid building from source. The > last time I tried it ran all night and didn't finish. > this should not take that long, provided that all the recommended packages are installed (gcc, gfortran, g++

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

2019-03-30 Thread Jose Garcia
Thanks for the help, I was just hoping to avoid building from source. The last time I tried it ran all night and didn't finish. -Jose On Sat, Mar 30, 2019 at 1:45 AM henri.gir...@gmail.com < henri.gir...@gmail.com> wrote: > Or apt. I think too you should build it if you have enaugh system. You

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

2019-03-29 Thread henri.gir...@gmail.com
Or apt.  I think too you should build it if you have enaugh system. You can install sagemath-8.1 from ubuntu so you get all dependencies, but that's not the best way, better use the link above. I use : sage -sh to install pip programms but don't forget to exit after... In ubuntu it's quiet

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 slelievre
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 would suggest building from source, with the extra benefit that you can get SageMath 8.7. Follow the instructions at

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, >> >> I'm trying to install a package to sage math,

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

2019-03-29 Thread John H Palmieri
What does "sage --version" say? On Friday, March 29, 2019 at 12:47:44 PM UTC-7, Jose Garcia wrote: > > 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