Re: [sage-release] info

2020-10-26 Thread E. Madison Bray
On Sat, Oct 24, 2020, 10:13 Henri Girard  wrote:

> My sudo -H pip3 install sage got for answer : Requirement already
> satisfied: sage in /usr/lib/python3/dist-packages (9.2b12)
>

For what it's worth, you should almost never `sudo pip install` anything on
Ubuntu, because it can break system packages.

Instead you have several options for installing local copies of packages:

* use `pip install --user`
* create a venv with `python -m venv`, activate the venv, and use `pip
install` in the venv
* create a conda environment and use `pip install` in the activated
environment

>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/CAOTD34a9eGbCcRJPYai-9_3u76_ozsDRXvuAEtQW764Tpq8%3Ddw%40mail.gmail.com.


Re: [sage-release] Re: Sage 9.2 released

2020-10-26 Thread Sébastien Labbé


> > Thanks, Volker, for preparing the release! 
>

Yes, thanks Volker for the release and everyone.

> 
> > The 9.2 changelog is available at 
> https://github.com/sagemath/website/pull/208/files 
> https://github.com/sagemath/website/blob/master/src/changelogs/sage-9.2.txt 
>
>
See also the Release Tours:
https://wiki.sagemath.org/ReleaseTours/sage-9.2

(I just added a subsection about the resurrected `sage -sws2rst`)

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/1622ec23-5764-4405-a140-ae8d7605f453n%40googlegroups.com.


[sage-release] Re: Sage 9.2 released

2020-10-26 Thread Thierry Dumont
Compilation of 9.2 from source on the new Ubuntu 20-10 (groovy) using as
much system packages as possible was ok.
t.d.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/35a9feaf-911b-0dcf-c930-6a134f9fe054%40math.univ-lyon1.fr.
<>