|
|
Subscribe / Log in / New account

Fedora ponders the Python 2 end game

Fedora ponders the Python 2 end game

Posted Aug 2, 2017 12:50 UTC (Wed) by ballombe (subscriber, #9523)
In reply to: Fedora ponders the Python 2 end game by fratti
Parent article: Fedora ponders the Python 2 end game

Alas, it is not a safe bet. There are more and more systems where only /bin/env exists.


to post comments

Fedora ponders the Python 2 end game

Posted Aug 2, 2017 14:55 UTC (Wed) by josh (subscriber, #17465) [Link] (3 responses)

Wait, what? Which systems install env in /bin?

Fedora ponders the Python 2 end game

Posted Aug 3, 2017 20:17 UTC (Thu) by hmh (subscriber, #3838) [Link] (2 responses)

The ones I know of have either /usr -> / or /usr/bin -> /bin symlinked, so /usr/bin/env will just work...

Fedora ponders the Python 2 end game

Posted Aug 3, 2017 20:38 UTC (Thu) by karkhaz (subscriber, #99844) [Link] (1 responses)

Arch does it the other way (/bin is a link to /usr/bin)

$ find / -maxdepth 1 -type l -exec ls -l {} \;
lrwxrwxrwx 1 root root 7 Mar 26 22:57 /lib64 -> usr/lib
lrwxrwxrwx 1 root root 7 Mar 26 22:57 /lib -> usr/lib
lrwxrwxrwx 1 root root 7 Mar 26 22:57 /sbin -> usr/bin
lrwxrwxrwx 1 root root 7 Mar 26 22:57 /bin -> usr/bin

Fedora ponders the Python 2 end game

Posted Aug 4, 2017 5:33 UTC (Fri) by josh (subscriber, #17465) [Link]

That's how many current distributions do it these days, including Fedora. And Debian has an option to do that, if you install the "usrmerge" package.


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds