Can be fixed with eval ```bash # Apply the project options for option in "${_ENVR_PROJECT_OPTIONS[@]}"; do local key=$(echo ${option/%=*/}) local value=$(eval echo ${option#${key}=}) ``` This allows use of `$HOME` in the venv option, for example.