1
GordianZ Aug 9, 2011
Why not just use Ubuntu server?
|
2
Livid MOD OP PRO @GordianZ MacPorts is a more up-to-date package system. At least most Python-related packages in Ubuntu Server are just too old.
|
3
Kai Aug 9, 2011 via iPhone
这个可以安到 Rackspace Cloud 上面测试的吧?
|
4
TheOnly92 Aug 9, 2011
Ubuntu's security should be more up-to-date. When there's a vulnerability found, you'll want to fallback to systems with more reputation.
|
5
Kai Aug 9, 2011
似乎停在了去年年初,不再更新了 ......
|
6
samuel Aug 9, 2011
微内核的性能相比起以linux为首的宏内核,其实并没有优势,再加上安全上的考虑,就更不应该选择它了
|
7
Sai Aug 9, 2011
之前刚好看到一篇《微内核领域的传说》
http://techsingular.net/?p=1726 |
8
bhuztez Aug 10, 2011
数量少还是gentoo方便
|
10
kuno Aug 10, 2011
|
12
shawiz Aug 10, 2011
PureDarwin 也可以按照 homebrew 把?
|
13
kuno Aug 10, 2011
@Livid
As @ayanamist mentioned earlier, if you have more than one python project co-exists on your machine, you can install two python packages, virtualenv and virtualenvwrapper. These two packages offer independent virtual environment for every single python project, saves you from the dependency hell and makes the later deployment easier. Here is the official documents: http://www.virtualenv.org/en/latest/index.html http://www.doughellmann.com/articles/pythonmagazine/completely-different/2008-05-virtualenvwrapper/index.html |
14
istef Aug 10, 2011
还是用 centos 或 ubuntu server 吧,安全性有保障。而且在 linux 上各种软件从源码编译绝对都是 up2date 的,python 的包 virtualenv+pip 搞定吧
btw, 其实我感觉不是越新就越好,够用就行了。 |