reiase 发表于 2009-05-25 11:30

OSX下配置一个开发环境要多大磁盘空间

俺Linux下只用Python,GCC,TexLive,Emacs,gvim。20G够不够

ecloud 发表于 2009-05-25 11:54

看错不好意思,20G足够了
要去developer.apple.com下载开发环境包,很大,而且还TMD不支持断点续传……
python,emacs和vim系统都自带了

[ 本帖最后由 ecloud 于 2009-5-25 11:56 编辑 ]

reiase 发表于 2009-05-25 12:36

回复 #2 ecloud 的帖子

已经装好了python的那个scipy套件,很郁闷的发现没有readline支持:em16: :em16: 那个xcode正在下载,没敢中断

ecloud一般做什么开发啊

baicj 发表于 2009-05-26 10:21

哪里没有readline支持。。
$ ipython2.5-pylab
Python 2.5.4 (r254:67916, Mar 17 2009, 16:33:00)
Type "copyright", "credits" or "license" for more information.

IPython 0.9.1 -- An enhanced Interactive Python.
?         -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help      -> Python's own help system.
object?   -> Details about 'object'. ?object also works, ?? prints more.

Welcome to pylab, a matplotlib-based Python environment.
For more information, type 'help(pylab)'.

In : from scipy import *

In : from readline import *

In : have_readline
Out: True

In :

lululau 发表于 2009-05-26 19:52

emacs推荐这个:http://aquamacs.org/
页: [1]
查看完整版本: OSX下配置一个开发环境要多大磁盘空间