Skip to content

docs: add macOS workaround for killed install command#545

Open
sshevlyagin wants to merge 2 commits into
databricks-solutions:mainfrom
sshevlyagin:readme-macos-install-workaround
Open

docs: add macOS workaround for killed install command#545
sshevlyagin wants to merge 2 commits into
databricks-solutions:mainfrom
sshevlyagin:readme-macos-install-workaround

Conversation

@sshevlyagin
Copy link
Copy Markdown

Summary

  • Some macOS users (myself included) see the one-liner installer get killed by the shell:
    $ bash <(curl -sL https://raw.githubusercontent.com/databricks-solutions/ai-dev-kit/main/install.sh)
    zsh: killed     bash
    
  • Adds a short README note under the Mac / Linux basic install pointing users to a download-then-execute fallback that avoids process substitution.

Test plan

  • Render README on GitHub and confirm the note appears under the basic install snippet.
  • Verify the fallback commands work end-to-end on macOS.

🤖 Generated with Claude Code

Some macOS shells kill the install command when run via process
substitution. Document the download-then-execute alternative.
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

Successfully merging this pull request may close these issues.

1 participant