#askfedi , why does an inline `which python` or similar show up in bash scripts? If my understanding is correct, the which is redundant since it would search the same paths for a canonical path to an executable as just running python.
1