On Wednesday, September 9, 2020 at 2:23:36 PM UTC-7, Dima Pasechnik wrote:
>
> The autoconf macro in question is looping over the entries in the PATH 
> (and this is documented behaviour)
> So the outer loop is
>
> for as_dir in $PATH
>
> now, the PATH is a bit funny in my case:
>
>
> /usr/local/opt/gettext/bin:/usr/local/opt/gettext/bin:/usr/local/opt/python@3.7/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin
>
>
> for each $as_dir it loops over the list of Pythons we provide,
>
> and the first match happens to be Python3.7, not Python3.8.
>

OK that's good to know. So users just need to adjust the PATH. 


-- 
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/b1a83672-7f59-41a5-bbc6-e858147776dao%40googlegroups.com.

Reply via email to