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

offer to trigger yum/apt install of pre-reqs if needed #64

Open
jhheider opened this issue Nov 3, 2022 · 2 comments
Open

offer to trigger yum/apt install of pre-reqs if needed #64

jhheider opened this issue Nov 3, 2022 · 2 comments

Comments

@jhheider
Copy link
Contributor

jhheider commented Nov 3, 2022

Running on a completely fresh ubuntu install, I needed the following:

apt install zsh libc-dev libstdc++-12-dev libgcc-12-dev libatomic1
chsh -s $(which zsh)

and to log out/in to get zshy. We should offer to run these, if we can detect what is needed.

@mxcl
Copy link
Member

mxcl commented Nov 4, 2022

  1. so, these: libc-dev libstdc++-12-dev libgcc-12-dev libatomic1

    we should provide via llvm and a libatomic pkg.

  2. zsh, well we should support all shells. Specifically what required zsh?

@jonchang
Copy link

jonchang commented Nov 4, 2022

zsh, well we should support all shells. Specifically what required zsh?

I think the only bug was the one that I fixed yesterday. But there is some weirdness around shell handling still that I'm going to look into.

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

3 participants