On centos 6 (using Docker's centos:6
), I've installed centos-release-scl
and scl-utils-build
via yum
, but trying to run scl
gives
bash: scl: command not found
find / -name scl
returns nothing, so I don't think it's a path issue.
Any help would be much appreciated