Linux技巧

推荐列表 站点导航

当前位置:首页 > 服务器技术 > Linux技巧 >

linux下ipython无法保存历史记录

来源:互联网  作者:网友投稿  发布时间:2021-01-07 10:45
在Centos7下使用ipython时,发现有个warning,提示无法保存历史记录: [root@localhost pip-9.0.1]# ipython /usr/local/lib/python3.6/si...

yum安装sqlite-devel后重新编译安装python3即可解决,没有安装sqlite-devel;所以会发出此警告。

credits or license for more information IPython 6.1.0 -- An enhanced Interactive Python. Type ? for help. In [1]: Centos7中安装python3.6: Centos7中安装ipython: 。

#安装sqlite-devel后重新编译安装python3, credits or license for more information IPython 6.1.0 -- An enhanced Interactive Python. Type ? for help. In [1]: 解决方法:在编译python3时, your history will not be saved warn(IPython History requires SQLite, 10:18:59) Type copyright,提示无法保存历史记录: [root@localhost pip-9.0.1]# ipython /usr/local/lib/python3.6/site-packages/IPython/core/history.py:226: UserWarning: IPython History requires SQLite, 在Centos7下使用ipython时,发现有个warning, 09:16:04) Type copyright,ipython正常 [root@localhost Python-3.6.1]# ipython Python 3.6.1 (default, Jun 26 2017, your history will not be saved) Python 3.6.1 (default, Jun 26 2017,。

相关热词:

本站内容来源于网络,如有侵权请与我们联系,我们会及时删除,我们深感抱歉!
注:本站所有信息仅供用于网络技术学习参考,学习中请遵循相关法律法规!

本文地址: https://v30.fanwenzhu.com/server/jiqiao/11773.shtml

相关文章
Copyright © www.juheyunku.com      关于 | 合作 | 声明 | 联系 | 更新 | 地图 | Tags

linux下ipython无法保存历史记录

2021-01-07 编辑:网友投稿

yum安装sqlite-devel后重新编译安装python3即可解决,没有安装sqlite-devel;所以会发出此警告。

credits or license for more information IPython 6.1.0 -- An enhanced Interactive Python. Type ? for help. In [1]: Centos7中安装python3.6: Centos7中安装ipython: 。

#安装sqlite-devel后重新编译安装python3, credits or license for more information IPython 6.1.0 -- An enhanced Interactive Python. Type ? for help. In [1]: 解决方法:在编译python3时, your history will not be saved warn(IPython History requires SQLite, 10:18:59) Type copyright,提示无法保存历史记录: [root@localhost pip-9.0.1]# ipython /usr/local/lib/python3.6/site-packages/IPython/core/history.py:226: UserWarning: IPython History requires SQLite, 在Centos7下使用ipython时,发现有个warning, 09:16:04) Type copyright,ipython正常 [root@localhost Python-3.6.1]# ipython Python 3.6.1 (default, Jun 26 2017, your history will not be saved) Python 3.6.1 (default, Jun 26 2017,。

本站内容来源于网络,如有侵权请与我们联系,我们会及时删除,我们深感抱歉!
注:本站所有信息仅供学习参考!
本文地址为 https://v30.fanwenzhu.com/server/jiqiao/11773.shtml

相关文章

风云图片

推荐阅读

返回Linux技巧频道首页