I understand, but actually the "/usr/bin/env" is not a path, but an "alias" to a path set in the ENVIRONMENT.
So actually we need /usr/bin/python3 for linux, and /usr/local/bin/python3 for BSD. Note that BSD is Berkely unix (like NetBSD, OpenBSD but also MacOS and many others) and it is NOT linux (like fedora, debian, ubuntu, suse, redhat, etc. etc.). For a windows user that might seem a small difference, but it isn't. (well: when comparing windows with linux or bsd, the difference compared to windows is very small) Harry Op vr 29 nov. 2019 om 19:26 schreef T. Modes <[email protected]>: > Hi Harry, > > Am Freitag, 29. November 2019 19:09:50 UTC+1 schrieb Harry van der Wolf: >> >> It means that by using the "/usr/bin/env python3" (or /usr/bin/env >> javac") to use an "outside PATH" installation. >> >> So in the case of "/usr/local/bin/python3", the command "/usr/bin/env >> python3" can point, and therefore use, the /usr/local/bin/python3. >> > > So I understand the working of env also. But the usage of /usr/bin/env has > been banned from Fedora... > > -- > A list of frequently asked questions is available at: > http://wiki.panotools.org/Hugin_FAQ > --- > You received this message because you are subscribed to the Google Groups > "hugin and other free panoramic software" 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/hugin-ptx/b9dc107f-ff87-4186-9d32-a0ce1f4fe918%40googlegroups.com > <https://groups.google.com/d/msgid/hugin-ptx/b9dc107f-ff87-4186-9d32-a0ce1f4fe918%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ --- You received this message because you are subscribed to the Google Groups "hugin and other free panoramic software" 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/hugin-ptx/CAGARPptYDntBEBEcb3-zOiTgB9Z0v59J%2BC-8ixOBRQ%2B5j2gW3g%40mail.gmail.com.
