Mr. Alex, me chamo Fabio do Brasil, e hoje graças a seu tutorial conseguir instalar o Homebrew em meu M1. Muito agradecido, parabéns pelos tutoriais. Mereceu meu like!!!Obrigado.
@Aditya Wagh He makes tutorials on how use Python, that I know. What I need is how to setup Python environments to run natively on the m1 (using miniforge for example), many packages and tools are not officially supported for the m1. For example Spyder doesn't have one. How to manage conda (x86) and miniforge (m1) on the same machine would be nice.
@Aditya Wagh In an earlier video "M1 MacBook vs Intel i9 MacBook Python Test", he ran a script both natively and through rosetta. His setup seems to work fine, exactly what I need. Most tutorials run through rosetta or are outdated. Given how popular Python and the M1 pro are, such a video could be popular indeed, and relatively straightforward to make since he's already found a good solution.
Thanks Alex, I love your content ! .NET 6 is out and I managed to port my entire workflow to ARM using VS Code, NodeJS, .NET6 and Rider for Apple Silicon! Waiting for a comparison video on that :D
How can i be sure there are no malware in homebrew packages ? In mac os x there is a "file and folders" entry in "security and privacy" preferences. Is there a way to deny access to Document folder for all packages installed with homebrew (and for homebrew itself) ? Thanks
Hi, you just help me solve my problem. I could not understand why after installing brew that it could not work even though the warning signs kept telling me what to do. Thanks a lot and keep this going.
You must have read my mind. I was just going to do this (even nvm and node.js). Homebrew was a pain when I first got my M1 Mac mini, your expressions of surprise and delight (complete with copying commands from the output) could have been me 🤣. BTW, do you or anyone know why Homebrew is installing in opt/bin on M1 Macs?
Weird... .bash_profile was owned by root so "Next Steps" were failing - Permission denied. So, chown back to me. Works! (orig MacBook Air M1 config) Great videos Alex!
Thank you for the nice video Alexander! Now that you installed homebrew it would be great if you could install "clinfo" and check if the GPUs of the M1 Pro/Max has the "Double-precision Floating-point support", i.e. FP64 capability. On The M1 MacBook Air the GPU does not seem to support FP64, and the OpenCL support for the CPU only appears with the "Intel" homebrew. It would be great if you could have a look!
I am trying to install Terraform on my MB Air M1. My MacBook is not recognising the ARM64 file downloaded from Terraform site. I am facing issues with Home-brew way of installation as well. Confused new Mac user here !
I would love to see laravel valet instal and setup for domain Masqu and MySQL if it works.. i use it everyday *100 on intel and wonder if it will be no problem on arm
Did you tried to install qemu with homebrew and virtualize an x86 windows 11 ? Does it work well on macbook pro 13 M1 and macbook pro 14 M1 PRO ? Thanks a lot
It’s not virtualization, but emulation. Completely different. Virtualization - using native CPU calls and using as much of native HW as possible, in some cases, even natively using second GPU with hypervisor help (like KVM). Emulation - translating binary code on the go from one architecture to another, having huge impact on performance. Usually, most of the hardware is also emulated. In comparison to virtualization, emulation allows to run another operating system on different architecture than it was intended to, like PowerPC code on x86 or x86 on ARM or Sparc architecture on x86. Typically used to emulate old, non existing platforms like game consoles or ie Amiga, or used by computer scientists.
Hello there Ziskind. I'm molecular biology student. I wanna order a new MacBook with m1 chip for my college courses. But it's important for me that I can run Bioinformatics programs on my machine specifically "GROMACS". Could you please help me and check out that Can I run GROMACS on m1 MacBook? Best regards
i have m1pro i can't instal homebrew the termenil doesn't show like what did show with you it said error: Not a valid ref: refs/remotes/origin/master fatal: ambiguous argument 'refs/remotes/origin/master: unknown revision or pat not in the working tree. Use -I to separate paths from revisions, like this: "git ‹command> [‹revision>...] MI..
Thanks for explaining about the two different paths for Xcode libraries. Good to know about that particular point. Keep on the good work and thanks.
You bet!
Mr. Alex, me chamo Fabio do Brasil, e hoje graças a seu tutorial conseguir instalar o Homebrew em meu M1. Muito agradecido, parabéns pelos tutoriais. Mereceu meu like!!!Obrigado.
`brew leaves --installed-on-request` to show only manually installed packages on a previous macos. Gonna be quite useful in a couple of days for me.
Hey, a python tutorial would be well appreciated :), both native and rosetta, maybe how to configure environments to run them separately
Great suggestion
I second that!
@Aditya Wagh Can you reference me a good and recent one? I did not find.
@Aditya Wagh He makes tutorials on how use Python, that I know. What I need is how to setup Python environments to run natively on the m1 (using miniforge for example), many packages and tools are not officially supported for the m1. For example Spyder doesn't have one. How to manage conda (x86) and miniforge (m1) on the same machine would be nice.
@Aditya Wagh In an earlier video "M1 MacBook vs Intel i9 MacBook Python Test", he ran a script both natively and through rosetta. His setup seems to work fine, exactly what I need. Most tutorials run through rosetta or are outdated. Given how popular Python and the M1 pro are, such a video could be popular indeed, and relatively straightforward to make since he's already found a good solution.
This shit is not installing to my goddamn macbook m1 pro
Thanks Alex, I love your content !
.NET 6 is out and I managed to port my entire workflow to ARM using VS Code, NodeJS, .NET6 and Rider for Apple Silicon! Waiting for a comparison video on that :D
homebrew is life, homebrew is love
Basically
thanks a lot . the last two commands real works. It solved my problem.
How can i be sure there are no malware in homebrew packages ?
In mac os x there is a "file and folders" entry in "security and privacy" preferences. Is there a way to deny access to Document folder for all packages installed with homebrew (and for homebrew itself) ? Thanks
All the way from Zambia. I found this very helpful. Thanks
Hi, you just help me solve my problem. I could not understand why after installing brew that it could not work even though the warning signs kept telling me what to do. Thanks a lot and keep this going.
Thanks for explaining🙏
Great video Alexander, another Homerun of a video! Did anyone claim the mechanical keyboard already?
I have an m1 mac, if in the future I but a new mac will homebrew transfer and other terminal things
how about docker x86 containers running through rosetta on M1 silicone? especially with programs such as Plex utilising the apple silicone?
What software do you use to record your screen?
You must have read my mind. I was just going to do this (even nvm and node.js). Homebrew was a pain when I first got my M1 Mac mini, your expressions of surprise and delight (complete with copying commands from the output) could have been me 🤣. BTW, do you or anyone know why Homebrew is installing in opt/bin on M1 Macs?
Weird... .bash_profile was owned by root so "Next Steps" were failing - Permission denied. So, chown back to me. Works!
(orig MacBook Air M1 config)
Great videos Alex!
Thanks, Alex!
Awesome! thanks for this video 👍🏾
Thx Alexander for this!
Thank you for the nice video Alexander! Now that you installed homebrew it would be great if you could install "clinfo" and check if the GPUs of the M1 Pro/Max has the "Double-precision Floating-point support", i.e. FP64 capability. On The M1 MacBook Air the GPU does not seem to support FP64, and the OpenCL support for the CPU only appears with the "Intel" homebrew. It would be great if you could have a look!
Thank you, that was vey helpful!
after install the git I coudn't find in application
I need help.
I started with Homebrew weird installation things and ended up watching why Warp is better than Terminal or iTerm2.
best programer
So did you end up installing Xcode command line in two different places?
Yes, that vid is coming
I am trying to install Terraform on my MB Air M1. My MacBook is not recognising the ARM64 file downloaded from Terraform site. I am facing issues with Home-brew way of installation as well. Confused new Mac user here !
Terminal vs iTerm2
I would love to see laravel valet instal and setup for domain Masqu and MySQL if it works.. i use it everyday *100 on intel and wonder if it will be no problem on arm
Thanks good video
Did you tried to install qemu with homebrew and virtualize an x86 windows 11 ? Does it work well on macbook pro 13 M1 and macbook pro 14 M1 PRO ? Thanks a lot
It’s not virtualization, but emulation. Completely different.
Virtualization - using native CPU calls and using as much of native HW as possible, in some cases, even natively using second GPU with hypervisor help (like KVM).
Emulation - translating binary code on the go from one architecture to another, having huge impact on performance. Usually, most of the hardware is also emulated.
In comparison to virtualization, emulation allows to run another operating system on different architecture than it was intended to, like PowerPC code on x86 or x86 on ARM or Sparc architecture on x86. Typically used to emulate old, non existing platforms like game consoles or ie Amiga, or used by computer scientists.
@@ZhuJo99 I agree. Sorry i made a wording mistake. But does it work fine on M1 ? Do you think emulation will be better on M1 Pro / M1 Max ? Thanks
Hello there Ziskind.
I'm molecular biology student. I wanna order a new MacBook with m1 chip for my college courses. But it's important for me that I can run Bioinformatics programs on my machine specifically "GROMACS". Could you please help me and check out that Can I run GROMACS on m1 MacBook?
Best regards
i have m1pro i can't instal homebrew the termenil doesn't show like what did show with you
it said
error: Not a valid ref: refs/remotes/origin/master
fatal: ambiguous argument 'refs/remotes/origin/master: unknown revision or pat
not in the working tree.
Use
-I
to separate paths from revisions, like this:
"git ‹command> [‹revision>...]
MI..
please help me
Thanks, you are help me))
I was convinced you were a dock-on the side guy. Bottom dock is for "non pros" ;p
How dare you change the default location of the dock?!
Dropped homebrew years ago. It’s gotten worse since. Macports all the way
Or nix
I think you actually copied the two lines wrong.
@Alex Ziskind i need help.