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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Do you use a package manager in OSX? If so, which?

5 点作者 joelg87超过 14 年前
Hi everyone.<p>I recently switched to Mac and I am loving it, however previous to switching I was using Ubuntu and the one thing I miss very much is how easy "apt-get install ___" was.<p>I've tried a few different things on OSX, including running Ubuntu Server 10.10 in a VM, but so far I'm not quite as happy with the setup as I was on Ubuntu. Right now I'm using MAMP but I don't feel like I have as much flexibility as I did on Ubuntu. I've come across MacPorts and Homebrew too.<p>So my question is, do you use a package manager in OSX? If you do, which do you use?

3 条评论

klaut超过 14 年前
I used macports as well but switched to homebrew: <a href="https://github.com/mxcl/homebrew" rel="nofollow">https://github.com/mxcl/homebrew</a>
评论 #1882138 未加载
niyazpk超过 14 年前
Try macports. <a href="http://www.macports.org" rel="nofollow">http://www.macports.org</a>
评论 #1882139 未加载
makcstar超过 14 年前
I just switched to homebrew and it feels so much nicer to be able to work as local user which is the way the mac os should be - for local development anyway.