我需要使用 python 进行机器学习课程,还需要安装一些外部库。我对安装所有内容的正确顺序有点困惑,因为我听说如果操作不正确,路径可能会变得混乱。
这是我需要的:
- Python 2.7 版
- IPython
- enthought 这个包中可用的库
所以第一步是看我是否安装了python 是的:我有这个版本
AM@~ >python
Python 2.7.2 (default, Jun 20 2012, 16:23:33)
[GCC 4.2.1 Compatible Apple Clang 4.0 (tags/Apple/clang-418.0.60)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
下一个 IPython
How do I check if I have IPython?
Also whats the ideal procedure to install it? Any caveats? Any special path settings?
Can I use brew to install it?
思想图书馆
Do I have to install these libraries in any particular order? before IPython? after IPython?
Do I have to set any specific paths?
我试图避免必须安装并出错然后重新安装等。
所以任何帮助将不胜感激。我正在运行 Mac OS X 10.7 (Mountain Lion)。
谢谢