如何检查我的计算机上是否安装了IPython,以及安装这些库的顺序?
作者:互联网
我需要在机器学习课程中使用python,还需要安装一些外部库.我对所有组件的正确安装顺序有些困惑,因为我听说如果安装不正确,路径可能会混乱.
这是我需要的:
> Python版本2.7
> IPython
>该软件包内部可用的库
所以第一步就是看我是否安装了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).
谢谢
解决方法:
现在,安装了Python 2.7即可轻松获取所有IPython,Matplotlib,Scipy等.如果这是一门课程,我假设您在此机构有一个.edu电子邮件地址?如果是这样,请去这里:http://www.enthought.com/products/edudownload.php
提交您的信息.与其他程序一样下载并安装它.然后,您将能够从终端调用ipython.或使用matplotlib从终端调用ipython –pylab.
除非您非常熟悉库的工作原理,否则绝对不要一步一步地安装库.
标签:ipython,enthought,python,macos 来源: https://codeday.me/bug/20191127/2075928.html