Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
planthaber opened this issue Mar 20, 2023 · 0 comments
Open

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

planthaber opened this issue Mar 20, 2023 · 0 comments

Comments

@planthaber
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant