You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Fedora 41 the PATH (before a user's customizations in .bash_profile and .bashrc) is /usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin. In the fedora-toolbox-41 image, the PATH has two extra entries: /bin and /sbin.
Steps how to reproduce the behaviour
Do podman run --rm quay.io/fedora/fedora-toolbox:41 env. Compare with echo $PATH on the host.
Expected behaviour
PATH matches the default for Fedora 41 Silverblue.
Actual behaviour
PATH does not match the default for Fedora 41 Silverblue