面向 Linux 科学家的 Python 发行版
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/5659931/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Python distribution for Scientists on Linux
提问by Vishal
I would like to find out if there is a Pythonxy.com equivalent for Linux/Mac OS X yet?
我想知道是否有适用于 Linux/Mac OS X 的 Pythonxy.com 等价物?
any kind of pointers would be helpful?
任何类型的指针都会有帮助?
Thanks and best regards, Vishal Sapre
谢谢和最好的问候, Vishal Sapre
采纳答案by Noufal Ibrahim
回答by Sandro Munda
Pythonxy exists for linux : http://pythonxy-linux.googlecode.com
Pythonxy 适用于 linux:http://pythonxy-linux.googlecode.com
回答by Ralph
You could take a look at the Enthought Python Distribution. It "provides scientists with a comprehensive set of tools to perform rigorous data analysis and visualization." EPD is available for Windows, Mac OS, RedHat, Ubuntu, Suse and Solaris. It is not free, though (and I am in no way affiliated to them).
你可以看看Enthought Python Distribution。它“为科学家提供了一套全面的工具来执行严格的数据分析和可视化。” EPD 可用于 Windows、Mac OS、RedHat、Ubuntu、Suse 和 Solaris。不过,它不是免费的(而且我绝不隶属于他们)。
回答by static_rtti
For linux, you don't need something like PythonXY, because it's already very easy to install packages with your package manager. Things are actually a lot better integrated under linux than under windows.
对于 linux,你不需要像 PythonXY 这样的东西,因为用你的包管理器安装包已经很容易了。实际上,在 linux 下的集成比在 windows 下要好得多。
What you need to do is pick a good linux distribution, and install the packages you like with the package manager (apt, dnf, pacman...)
您需要做的是选择一个好的 linux 发行版,并使用包管理器(apt、dnf、pacman...)安装您喜欢的包