ialbert / bio

Making bioinformatics fun again
MIT License
60 stars 13 forks source link

Install error: -bash: /opt/homebrew/bin/brew/brew: Not a directory #36

Closed BishopCD closed 8 months ago

BishopCD commented 8 months ago

Having difficulties with install (Mac OS 14.2.1; M1 architecture).

Firstly, could not duplicate the Terminal.app as indicated in instructions as I am using Sonoma, which has removed this function.

However, I was able to install Homebrew and XCode etc. and after this command:

curl http://data.biostarhandbook.com/install.sh | bash

install progressed and received #The Biostar Handbook software installation has completed!"

but upon this command:

source ~/.bash_profile

received this error:

/Users/cbishop/.bash_profile:1: not a directory: /opt/homebrew/bin/brew/brew
/Users/cbishop/.biostar.sh:12: = not found

and cannot activate bioinfo environment.

verified that packages had installed under ~/micromamba/pkgs

I also get that same error: -bash: /opt/homebrew/bin/brew/brew: Not a directory

when I open the terminal

any clues?