On Wed, Sep 9, 2020 at 11:00 PM Matthias Köppe <[email protected]> wrote:
> 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/[email protected] >> /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. > except that on macOS+Homebrew the latter wants the PATH like this: % cat ~/.zshrc export PATH="/usr/local/opt/[email protected]/bin:$PATH" I am not sure whether putting /usr/local/bin first won't break Homebrew. > > > -- > 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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sage-release/b1a83672-7f59-41a5-bbc6-e858147776dao%40googlegroups.com > <https://groups.google.com/d/msgid/sage-release/b1a83672-7f59-41a5-bbc6-e858147776dao%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-release/CAAWYfq3uLrUoNDK9q7nvO9Kqd4UXJueM13vQgWgqAJcQ-%2B7gHQ%40mail.gmail.com.
