After running curl https://bun.sh/install | bash command in terminal on macosx , it shows
Bun was installed successfully to /Users/Username/.bun/bin/bun .
bash: line 141: /Users/Username/.zshrc: Permission denied
bash: line 142: /Users/Username/.zshrc: Permission denied
Added "/Users/Username/.bun/bin" to $PATH in "~/.zshrc"
To get started, run
exec /bin/zsh
bun --help
After running bun --help
We get zsh: command not found: bun.
The text was updated successfully, but these errors were encountered:
After running curl https://bun.sh/install | bash command in terminal on macosx , it shows
After running
bun --helpWe get
zsh: command not found: bun.The text was updated successfully, but these errors were encountered: