Skip to content

autoproj_bootstrap hangs silently when "~" is used in the PATH #397

@planthaber

Description

@planthaber

We just had an isssue with autoproj_bootstrap hanging silently when started a fresh installation in line 86: env["PATH"] = self.class.sanitize_env(ENV["PATH"] || "")

The reason was that a "~" was used in the PATH:

echo $PATH
[...]:~/julia-1.8.5/bin

After replacing the ~ with the full path, everything works fine.

Metadata

Metadata

Assignees

No one assigned

    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