Fix "oc command not found" in the CRC

CRC brings a minimal OpenShift Container Platform cluster.

Usually above error is because oc binary is not in the PATH. Run the:

crc oc-env
command to print the command needed to add the oc executable to your $PATH.

To make oc binary available immediately run:
eval $(crc oc-env)