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 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
> using “chown”,
> no need to reinstall it.
>
>
>
>> 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, 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? What do you all think i should do?

 sudo sage -i conjecturing

>>>
>>> sudo? why? Sage goes out of its way to prevent one from doing
>>> installations under root,
>>> and for a good reason.
>>>
>>> make build/make/Makefile --stop
 make[1]: Entering directory '/opt/SageMath'
 rm -f config.log
 mkdir -p logs/pkgs
 ln -s logs/pkgs/config.log config.log
 running CONFIG_SHELL=/bin/bash /bin/bash ./configure --no-create
 --no-recursion
 checking for a BSD-compatible install... /usr/bin/install -c
 checking whether build environment is sane... yes
 checking for a thread-safe mkdir -p... /bin/mkdir -p
 checking for gawk... no
 checking for mawk... mawk
 checking whether make sets $(MAKE)... yes
 checking whether make supports nested variables... yes
 checking whether to enable maintainer-specific portions of Makefiles...
 yes
 checking for root user... yes
 configure: error: You cannot build Sage as root, switch to an
 unpriviledged user
 If you would like to try to build Sage anyway (to help porting),
 export the variable 'SAGE_PORT' to something non-empty.
 Makefile:39: recipe for target 'build/make/Makefile' failed
 make[1]: *** [build/make/Makefile] Error 1
 make[1]: Leaving directory '/opt/SageMath'
 Makefile:31: recipe for target 'all-toolchain' failed
 make: *** [all-toolchain] Error 2


 On Sun, Mar 31, 2019 at 10:05 AM 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 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
>> usage: sage [options]
>> Try 'sage -h' for more information.
>>
>>>
>>> --
> 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 post to this group, send email to sage-support@googlegroups.com.
> 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 sage-support+unsubscr...@googlegroups.com.
 To post to this group, send email to sage-support@googlegroups.com.
 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 sage-support+unsubscr...@googlegroups.com.
>>> To post to this group, send email to sage-support@googlegroups.com.
>>> 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 sage-support+unsubscr...@googlegro

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 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, 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? What do you all think i should do?
>>>
>>> sudo sage -i conjecturing
>>>
>>
>> sudo? why? Sage goes out of its way to prevent one from doing
>> installations under root,
>> and for a good reason.
>>
>> make build/make/Makefile --stop
>>> make[1]: Entering directory '/opt/SageMath'
>>> rm -f config.log
>>> mkdir -p logs/pkgs
>>> ln -s logs/pkgs/config.log config.log
>>> running CONFIG_SHELL=/bin/bash /bin/bash ./configure --no-create
>>> --no-recursion
>>> checking for a BSD-compatible install... /usr/bin/install -c
>>> checking whether build environment is sane... yes
>>> checking for a thread-safe mkdir -p... /bin/mkdir -p
>>> checking for gawk... no
>>> checking for mawk... mawk
>>> checking whether make sets $(MAKE)... yes
>>> checking whether make supports nested variables... yes
>>> checking whether to enable maintainer-specific portions of Makefiles...
>>> yes
>>> checking for root user... yes
>>> configure: error: You cannot build Sage as root, switch to an
>>> unpriviledged user
>>> If you would like to try to build Sage anyway (to help porting),
>>> export the variable 'SAGE_PORT' to something non-empty.
>>> Makefile:39: recipe for target 'build/make/Makefile' failed
>>> make[1]: *** [build/make/Makefile] Error 1
>>> make[1]: Leaving directory '/opt/SageMath'
>>> Makefile:31: recipe for target 'all-toolchain' failed
>>> make: *** [all-toolchain] Error 2
>>>
>>>
>>> On Sun, Mar 31, 2019 at 10:05 AM 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 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
> usage: sage [options]
> Try 'sage -h' for more information.
>
>>
>> --
 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 post to this group, send email to sage-support@googlegroups.com.
 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 sage-support+unsubscr...@googlegroups.com.
>>> To post to this group, send email to sage-support@googlegroups.com.
>>> 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 sage-support+unsubscr...@googlegroups.com.
>> To post to this group, send email to sage-support@googlegroups.com.
>> 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 sage-support+unsubscr...@googlegroups.com.
> To post to this group, send email to sage-support@googlegroups.com.
> 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 sage-support+unsubscr...@googlegroups.com.
To post to this group, send e

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, 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? What do you all think i should do?
>>
>> sudo sage -i conjecturing
>>
>
> sudo? why? Sage goes out of its way to prevent one from doing
> installations under root,
> and for a good reason.
>
> make build/make/Makefile --stop
>> make[1]: Entering directory '/opt/SageMath'
>> rm -f config.log
>> mkdir -p logs/pkgs
>> ln -s logs/pkgs/config.log config.log
>> running CONFIG_SHELL=/bin/bash /bin/bash ./configure --no-create
>> --no-recursion
>> checking for a BSD-compatible install... /usr/bin/install -c
>> checking whether build environment is sane... yes
>> checking for a thread-safe mkdir -p... /bin/mkdir -p
>> checking for gawk... no
>> checking for mawk... mawk
>> checking whether make sets $(MAKE)... yes
>> checking whether make supports nested variables... yes
>> checking whether to enable maintainer-specific portions of Makefiles...
>> yes
>> checking for root user... yes
>> configure: error: You cannot build Sage as root, switch to an
>> unpriviledged user
>> If you would like to try to build Sage anyway (to help porting),
>> export the variable 'SAGE_PORT' to something non-empty.
>> Makefile:39: recipe for target 'build/make/Makefile' failed
>> make[1]: *** [build/make/Makefile] Error 1
>> make[1]: Leaving directory '/opt/SageMath'
>> Makefile:31: recipe for target 'all-toolchain' failed
>> make: *** [all-toolchain] Error 2
>>
>>
>> On Sun, Mar 31, 2019 at 10:05 AM 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 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
 usage: sage [options]
 Try 'sage -h' for more information.

>
> --
>>> 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 post to this group, send email to sage-support@googlegroups.com.
>>> 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 sage-support+unsubscr...@googlegroups.com.
>> To post to this group, send email to sage-support@googlegroups.com.
>> 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 sage-support+unsubscr...@googlegroups.com.
> To post to this group, send email to sage-support@googlegroups.com.
> 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 sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


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 have this issue related to what appears to be writing right?
> What do you all think i should do?
>
> sudo sage -i conjecturing
>

sudo? why? Sage goes out of its way to prevent one from doing installations
under root,
and for a good reason.

make build/make/Makefile --stop
> make[1]: Entering directory '/opt/SageMath'
> rm -f config.log
> mkdir -p logs/pkgs
> ln -s logs/pkgs/config.log config.log
> running CONFIG_SHELL=/bin/bash /bin/bash ./configure --no-create
> --no-recursion
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for a thread-safe mkdir -p... /bin/mkdir -p
> checking for gawk... no
> checking for mawk... mawk
> checking whether make sets $(MAKE)... yes
> checking whether make supports nested variables... yes
> checking whether to enable maintainer-specific portions of Makefiles... yes
> checking for root user... yes
> configure: error: You cannot build Sage as root, switch to an
> unpriviledged user
> If you would like to try to build Sage anyway (to help porting),
> export the variable 'SAGE_PORT' to something non-empty.
> Makefile:39: recipe for target 'build/make/Makefile' failed
> make[1]: *** [build/make/Makefile] Error 1
> make[1]: Leaving directory '/opt/SageMath'
> Makefile:31: recipe for target 'all-toolchain' failed
> make: *** [all-toolchain] Error 2
>
>
> On Sun, Mar 31, 2019 at 10:05 AM 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 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
>>> usage: sage [options]
>>> Try 'sage -h' for more information.
>>>

 --
>> 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 post to this group, send email to sage-support@googlegroups.com.
>> 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 sage-support+unsubscr...@googlegroups.com.
> To post to this group, send email to sage-support@googlegroups.com.
> 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 sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


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?
What do you all think i should do?

sudo sage -i conjecturing
make build/make/Makefile --stop
make[1]: Entering directory '/opt/SageMath'
rm -f config.log
mkdir -p logs/pkgs
ln -s logs/pkgs/config.log config.log
running CONFIG_SHELL=/bin/bash /bin/bash ./configure --no-create
--no-recursion
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for root user... yes
configure: error: You cannot build Sage as root, switch to an unpriviledged
user
If you would like to try to build Sage anyway (to help porting),
export the variable 'SAGE_PORT' to something non-empty.
Makefile:39: recipe for target 'build/make/Makefile' failed
make[1]: *** [build/make/Makefile] Error 1
make[1]: Leaving directory '/opt/SageMath'
Makefile:31: recipe for target 'all-toolchain' failed
make: *** [all-toolchain] Error 2


On Sun, Mar 31, 2019 at 10:05 AM 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 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
>> usage: sage [options]
>> Try 'sage -h' for more information.
>>
>>>
>>> --
> 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 post to this group, send email to sage-support@googlegroups.com.
> 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 sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


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 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
> usage: sage [options]
> Try 'sage -h' for more information.
>
>>
>>

-- 
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 post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


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
usage: sage [options]
Try 'sage -h' for more information.

Also, to answer your other question, the optional package i'm trying to
install is not listed in

http://files.sagemath.org/spkg/upstream/

Here is the package i'm referring to,

https://nvcleemp.github.io/conjecturing/#installing-in-sage

I hope this gives you a better idea of what i'm trying to do.

-Jose

On Sun, Mar 31, 2019 at 7:07 AM slelievre  wrote:

> 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 the SageMath download page will
> let you install extra packages, so you don't have to build
> from source.
>
> See
>
>  http://doc.sagemath.org/html/en/installation/
>
> for the prerequisites; there are some prerequisites for using
> SageMath installed from a binary, and more prerequisites if
> you want to build from source, the details are at
>
> http://doc.sagemath.org/html/en/installation/binary.html
> http://doc.sagemath.org/html/en/installation/source.html
>
> Also, can you say more about the optional package you are
> trying to install? Is it one of those listed at
>
> http://files.sagemath.org/spkg/upstream/
>
> or is it online somewhere, or is it one you made yourself?
>
> --
> 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 post to this group, send email to sage-support@googlegroups.com.
> 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 sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


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 the SageMath download page will
let you install extra packages, so you don't have to build
from source.

See

 http://doc.sagemath.org/html/en/installation/

for the prerequisites; there are some prerequisites for using
SageMath installed from a binary, and more prerequisites if
you want to build from source, the details are at

http://doc.sagemath.org/html/en/installation/binary.html
http://doc.sagemath.org/html/en/installation/source.html

Also, can you say more about the optional package you are
trying to install? Is it one of those listed at

http://files.sagemath.org/spkg/upstream/

or is it online somewhere, or is it one you made yourself?

-- 
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 post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


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++ should be present on the
system, otherwise they are built by Sage, and this is taking very long
indeed).


> -Jose
>
> On Sat, Mar 30, 2019 at 1:45 AM henri.gir...@gmail.com 
>  wrote:
>>
>> 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 easy to 
>> install all python and sage, but sage 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, 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 would suggest building from source, with the
>>> extra benefit that you can get SageMath 8.7.
>>> Follow the instructions at
>>>
>>> http://doc.sagemath.org/html/en/installation/source.html
>>> --
>>> 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 post to this group, send email to sage-support@googlegroups.com.
>>> 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 sage-support+unsubscr...@googlegroups.com.
>> To post to this group, send email to sage-support@googlegroups.com.
>> 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 sage-support+unsubscr...@googlegroups.com.
>> To post to this group, send email to sage-support@googlegroups.com.
>> 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 sage-support+unsubscr...@googlegroups.com.
> To post to this group, send email to sage-support@googlegroups.com.
> 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 sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


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
> 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 easy to install all python and sage, but sage 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, 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 would suggest building from source, with the
>> extra benefit that you can get SageMath 8.7.
>> Follow the instructions at
>>
>> http://doc.sagemath.org/html/en/installation/source.html
>> --
>> 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 post to this group, send email to sage-support@googlegroups.com.
>> 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 sage-support+unsubscr...@googlegroups.com.
> To post to this group, send email to sage-support@googlegroups.com.
> 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 sage-support+unsubscr...@googlegroups.com.
> To post to this group, send email to sage-support@googlegroups.com.
> 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 sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


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 easy to install all python and sage, but sage 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, 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 would suggest building from source, with the
extra benefit that you can get SageMath 8.7.
Follow the instructions at

http://doc.sagemath.org/html/en/installation/source.html
-- 
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 post to this group, send email to sage-support@googlegroups.com
.
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 sage-support+unsubscr...@googlegroups.com 
.
To post to this group, send email to sage-support@googlegroups.com 
.

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 sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


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 would suggest building from source, with the
> extra benefit that you can get SageMath 8.7.
> Follow the instructions at
>
> http://doc.sagemath.org/html/en/installation/source.html
>
> --
> 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 post to this group, send email to sage-support@googlegroups.com.
> 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 sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


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

http://doc.sagemath.org/html/en/installation/source.html

-- 
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 post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


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, 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
>> sage-run received unknown option: -i
>> usage: sage [options]
>> Try 'sage -h' for more information.
>>
>> This is what my sage root directory looks like...
>>
>> /usr/share/sagemath$ ls
>> bincombinatorial_designs  cremonaext installed
>> upstream
>> build  conway_polynomials ellcurves  graphs  reflexive_polytopes
>>
>> Any help would be welcome.
>>
> --
> 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 post to this group, send email to sage-support@googlegroups.com.
> 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 sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


[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 unknown option: --package
> usage: sage [options]
> Try 'sage -h' for more information.
>
> same for
>
> $ sage -i conjecturing
> sage-run received unknown option: -i
> usage: sage [options]
> Try 'sage -h' for more information.
>
> This is what my sage root directory looks like...
>
> /usr/share/sagemath$ ls
> bincombinatorial_designs  cremonaext installed
> upstream
> build  conway_polynomials ellcurves  graphs  reflexive_polytopes
>
> Any help would be welcome.
>

-- 
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 post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.