Is M1 Macbook pro campatible with Lammps? - macos

I am trying to install lammps on my M1 Macbook Pro with homebrew. But everytime I execute the $brew install lammps$ command, it shows: bottle not available. I am wondering is it a compatibility issue? Or something simple that I am missing here? To note, I am really new to lammps.
Thanks, any help will be greatly appreciated.

you need to add Homebrew to the path with this command:
export PATH=/opt/homebrew/bin:$PATH

Related

issue with Openslide package locating on Mac

Been trying to download PathmL on Mac , and i followed the documentation instructions (https://github.com/Dana-Farber-AIOS/pathml#installation). including downloading OpenSlide, however I keep on. receiving this error, ''Couldn't locate OpenSlide dylib''
Any advice ?
All as per doucmentation instructions. I am expecting it to launch in jupyter lab
All good, I fixed the error by doing this.
was to use conda command from a Docker terminal using this command, <<conda install -c conda-forge openslide>> followed by Pip install openslide-python. Thank you for everything :) :) :)

can't use clever on terminal on MacBook

Recently I try to use clever cloud on my terminal. Im on MacBook Pro.
I use oh my zsh on terminal
I install it with : brew install CleverCloud/homebrew-tap/clever-tools
it's a success
But after when I write : clever -v on my terminal I have no answer. Not event command not found...
Someone can help me ?
Thanks

Broken /usr/local/bin on ARM macOS Monterey

Since none of the commands of programs installed using brew did not work (e.g. although mysql and mongodb are both installed, commands like mongod or mysql on terminal prompted a command not found error), I was trying many solutions to solve the issue. In the meanwhile, I just found out that the /usr/local/bin folder is broken on my computer; if anyone got a solution, please let me know and thank you very much for your time!
P/S: My computer specs are: 16" Macbook Pro 2021 M1 Max
Screenshot
For M1 Macs, brew's bin folder is located at /opt/homebrew/bin.
which brew would display the full path for binary, and brew --prefix would show you the prefix path (it would work for both arm and x86 OS).
$ which brew
/opt/homebrew/bin/brew
$ brew --prefix
/opt/homebrew

Fixing m4 on MAC OS 10.14.5

I'm having an issue with pecl which is erring out saying phpize had failed.
The problem ultimately seems to be with m4. Error is autom4te: need GNU m4 1.4 or later: /Applications/MAMP/Library/bin/m4
When I run "which m4" I get /Applications/MAMP/Library/bin/m4
However, any command I try to run with m4 like "m4 --version" I get the following:
Abort trap: 6
I can't find a good explanation of that error, but I'm guessing something is corrupted with m4, but I can't figure out how to fix this on a Mac. Do I just download a newer version and run configure, make and make install? Just a little nervous since I have somewhat limit Mac experience.
I've fixed similar issue by executing brew reinstall m4.
In addition to a "brew (re)install m4", I had to temporarily remove "/Applications/MAMP/Library/bin" from my PATH. After that this worked for me.

Mountain Lion : Apt-get command not found

I am trying to install KDE Desktop using command : sudo apt-get install kde-plasma-desktop. However, I keep getting error 'apt-get' Command not found. I tried installing flink and checked if it works. But I still get the same error. Can anyone help me with this please ?
Many Thanks.
It looks like you're on a Mac. apt-get is a Debian command for Debians package manager.
If you want a Linux-like package manager on your Mac, you can try Homebrew.
Try using brew install. This seems to work for me to replace apt-get.

Resources