Hacker News new | ask | show | jobs
by caylus 1534 days ago
> - /bin/python3 is a symlink to /usr/bin/python3

You don't symlink everything in /usr/bin to /bin, just "all regular files that have traditionally been in /bin" (per the article).

python3 has not traditionally been in /bin, so /bin/python3 would not be linked.

1 comments

Ah, yes, thanks, that clears up things.