美文网首页工作生活
安装python3.6并安装pip3.6

安装python3.6并安装pip3.6

作者: 夕宝爸爸 | 来源:发表于2019-07-03 15:42 被阅读0次

1、安装python3.6

sudo add-apt-repository ppa:jonathonf/python-3.6
sudo apt-get update
sudo apt-get install python3.6

2、安装pip3.6

wget https://bootstrap.pypa.io/get-pip.py
sudo python3.6 get-pip.py

在安装scipy时,会出现以下错误,可执行 pip3.6 install --ignore-installed scipy就可以规避了

Cannot uninstall 'scipy'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall

相关文章

网友评论

    本文标题:安装python3.6并安装pip3.6

    本文链接:https://www.haomeiwen.com/subject/udxchctx.html