fix: add m1 homebrew conda.sh path#97
Merged
kevinaimonster merged 1 commit intomindverse:masterfrom Mar 31, 2025
Merged
Conversation
This PR adds the default Homebrew installation path for conda.sh on Apple Silicon (M1) Macs to the detection list.
kevin-mindverse
approved these changes
Mar 30, 2025
Collaborator
|
Hi @llshicc 👋, Thank you so much for your contribution to this PR! Your work is really appreciated. If you haven’t already, feel free to join our Discord community here: Discord Invite Link — it's a great place to connect with our team and other contributors, share ideas, and stay up to date with the project! You can find me as @scarlettt_moon there! Looking forward to connecting! 😊 |
Heterohabilis
pushed a commit
to Heterohabilis/Second-Me
that referenced
this pull request
May 29, 2025
This PR adds the default Homebrew installation path for conda.sh on Apple Silicon (M1) Macs to the detection list.
EOMZON
pushed a commit
to EOMZON/Second-Me
that referenced
this pull request
Feb 1, 2026
This PR adds the default Homebrew installation path for conda.sh on Apple Silicon (M1) Macs to the detection list.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
When installing Anaconda on an M1 Mac using
brew install --cask anaconda, encounter an error stating that conda.sh cannot be found when runningmake start.This PR adds the default Homebrew installation path for conda.sh on Apple Silicon (M1) Macs to the detection list.