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

could not install multiple packages in one line & triggered zsh "insecure directories" problem #1

Open
ellynenderlin opened this issue May 30, 2024 · 0 comments

Comments

@ellynenderlin
Copy link

When I tried to install packages with micromamba, I repeatedly encountered errors when attempting to push through the installation all with one line of code. It worked to install everything in series.

After installation, each time zsh was launched I received the following error:
zsh compinit: insecure directories, run compaudit for list.
Ignore insecure directories and continue [y] or abort compinit [n]?

The problem was fixed by running:
sudo chmod g-w /usr/local/share/zsh/site-functions
sudo chmod g-w /usr/local/share/zsh

See [(https://github.com/oven-sh/bun/issues/222)] for the zsh issue.

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