Skip to content

setup_venv.sh fails on macos sed #168

Closed
@dekobon

Description

@dekobon

Describe the bug
When running setup_venv.sh on MacOS, the script fails:

Downloading Pulumi CLI into virtual environment
sed: illegal option -- r
usage: sed script [-Ealn] [-i extension] [file ...]
       sed [-Ealn] [-i extension] [-e script] ... [-f script_file] ... [file ...]

Expected behavior
Sed should be invoked with the posix compatible flag -E instead of -r which is specific to GNU sed.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions