简体   繁体   English

从Ubuntu迁移到Mac上的开发环境是多么容易(或困难)

[英]How easy (or difficult) is it to migrate to a development environment on Mac from Ubuntu

I am used to Ubuntu, I like it, I know my way around it. 我习惯了Ubuntu,我喜欢它,我知道我的方式。

I am looking forward to upgrade my work laptop . 我期待升级我的工作笔记本电脑

I find the awesome hardware that a Macbook Pro is made of, a turn-on. 我找到了Macbook Pro的强大硬件,一个开启。

Now, having never used a mac before, I'd like to know how easy it is to move my development environment to a mac from being on Ubuntu. 现在,以前从未使用过mac,我想知道将我的开发环境转移到Mac上是多么容易,因为它不是在Ubuntu上。

My work is primarily web application development using the django framework. 我的工作主要是使用django框架进行Web应用程序开发。

I love the apt-get install and the package managers and such stuff that Ubuntu provides. 我喜欢apt-get install和包管理器以及Ubuntu提供的东西。 Are there equivalents on a mac? mac上有等价物吗?

What are the other things I need to know to move my development environment to a Mac? 将开发环境转移到Mac上需要了解的其他事项是什么?

I moved from ubuntu to Mac 6 months back, the tools that you get in Mac are awesome(like iweb) and most of the application work out of the box without compilation. 我在6个月后从ubuntu转移到Mac,你在Mac中获得的工具很棒(比如iweb),并且大多数应用程序都可以在没有编译的情况下开箱即用。 There are alternative for apt-get in Mac, I use port, fink which works pretty much like apt-get. 在Mac中有替代apt-get,我使用port,fink非常像apt-get。 I would say list down all your favorites tools in ubuntu mostly you will find the same in Mac or its equivalent. 我会说在ubuntu中列出你最喜欢的所有工具,大多数情况下你会在Mac或同等版本中找到相同的工具。

Should be pretty easy. 应该很容易。 MacPorts is like a package manager for installing open source software and libraries. MacPorts就像是一个用于安装开源软件和库的包管理器。

I do some django work and moved from Windows to Mac recently. 我做了一些django工作,最近从Windows迁移到了Mac。 I found it very easy since django is Python which is pre-installed in Mac OS X, but can be upgraded if necessary. 我发现它很容易,因为django是预装在Mac OS X中的Python,但如果需要可以升级。 I also use Eclipse with the PyDev plugin which all runs on Java. 我还使用Eclipse和PyDev插件,它们都运行在Java上。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM