linux:centos7
python -m pip install --upgrade pip python -m pip install jupyter
报错如下
下载安装包https://www.anaconda.com/download/#linux
问题一
yum install python-pip -y
已加载插件:fastestmirror, langpacks
Loading 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