TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Setup New Mac for noob brew or what?

2 点作者 goingindi大约 4 年前
I bought a Mac and come from a Ubuntu &#x2F; Debian or win background. What &#x2F; how do I install Dev tools, git, python, nose, npm etc using best practice and without building from source?<p>Home brew or macports?<p>Vscode work ok on the m1?<p>It’s an m1 chip so wanting to go native as far as possible, and don’t have to load esoteric sdk, java etc as I think I can skip or shell into my Ubuntu.<p>Your best practices to ensure a malware and safe dev environment also useful!<p>Thank you

2 条评论

mtmail大约 4 年前
Homebrew can install them, even Libreoffice, Virtualbox, Slack and other GUI tools you may need. Once a month I run &#x27;brew outdated&#x27; and &#x27;brew upgrade&#x27;.
robthebrew大约 4 年前
home-brew is native (as are many but not all packages). I don&#x27;t know about macports. What I do recommend is not mixing the 2. Install Xcode (or at least the CLI tools). Python is included in the OS, as is Perl (if you are old school).