Skip to content

Project options are not expanded #36

@JPHutchins

Description

@JPHutchins

Can be fixed with eval

    # 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions