In a shell script (in .zshrc) I am trying to execute a command that is stored as a string in another variable. Various sources on the web say this is possible, but I\'m not get
Use eval:
eval
eval ${install_cmd}