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 h
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, tu
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 h
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?
Wh
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
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
us
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