美文网首页
deepin安装pip、pymysql

deepin安装pip、pymysql

作者: FeiXCMeng | 来源:发表于2017-04-15 22:37 被阅读0次

    1.安装pip

    wget https://bootstrap.pypa.io/get-pip.py  --no-check-certificate
    sudo python get-pip.py
    

    2.安装pymysql
    利用pip进行安装pymysql

    pip install pymysql3
    

    相关文章

      网友评论

          本文标题:deepin安装pip、pymysql

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