“Jupyter”的版本间差异

来自Shiyin's note
跳到导航 跳到搜索
(创建页面,内容为“*pip install jupyter *安装出错,需要 :/usr/lib/rpm/redhat/redhat-hardened-cc1 需要redhat-rpm-config :Python.h:No such file or directory 需要python-devel”)
 
无编辑摘要
第1行: 第1行:
*pip install jupyter
#pip install --upgrade pip
#pip install jupyter


*安装出错,需要
*安装出错,需要
:/usr/lib/rpm/redhat/redhat-hardened-cc1 需要redhat-rpm-config
:/usr/lib/rpm/redhat/redhat-hardened-cc1 需要redhat-rpm-config
:Python.h:No such file or directory 需要python-devel
:Python.h:No such file or directory 需要python-devel

#pip install --upgrade jupyter

2017年2月9日 (四) 13:50的版本

  1. pip install --upgrade pip
  2. pip install jupyter
  • 安装出错,需要
/usr/lib/rpm/redhat/redhat-hardened-cc1 需要redhat-rpm-config
Python.h:No such file or directory 需要python-devel
  1. pip install --upgrade jupyter