pip命令找不到问题的解决
问题描述
想要下载相应的包和依赖,发现爆出这个错误:pip command not found...
问题解决
wget https://bootstrap.pypa.io/pip/2.7/get-pip.py
python get-pip.py
完美解决:
使用pip install jupyter命令通过:
想要下载相应的包和依赖,发现爆出这个错误:pip command not found...
wget https://bootstrap.pypa.io/pip/2.7/get-pip.py
python get-pip.py
完美解决:
使用pip install jupyter命令通过: