码迷,mamicode.com
首页 > 编程语言 > 详细

ipython安装

时间:2016-05-29 21:17:39      阅读:340      评论:0      收藏:0      [点我收藏+]

标签:

 

yum install -y python-pip
pip install ipython==1.2.1
ipython
如果提示nothing to do,安装epel扩展源。
 
编译后生成扩展名为pyc文件。
import py_compile
py_compile.compile(‘hello.py‘)
经过优化的源码文件,扩展名.pyo
python -O -m py_compile hello.py

ipython安装

标签:

原文地址:http://www.cnblogs.com/yangjian319/p/5540249.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!