linux:centos7
python -m pip install --upgrade pippython -m pip install jupyter 报错如下
下载安装包https://www.anaconda.com/download/#linux
问题一
yum install python-pip -y
已加载插件:fastestmirror, langpacksLoading mirror speeds from cached hostfile没有可用软件包 python-pip。错误:无须任何处理解决办法:https://blog.csdn.net/yulei_qq/article/details/52984334:CentOS7下安装python-pip
问题二:
致命错误: Python.h:没有那个文件或目录
解决办法:https://blog.csdn.net/coder_gray/article/details/77189002
顺道安装:gcc/g++
https://bbs.csdn.net/topics/330187671