1 2 3 4 5
#!/bin/sh if [ -f "/opt/rh/devtoolset-9/enable" ]; then source scl_source enable "devtoolset-9" fi
Consider giving Nix/NixOS a try! <3