美文网首页
Python 笔记

Python 笔记

作者: MaxPanda | 来源:发表于2017-08-11 10:41 被阅读18次

    1.多版本python 使用 pip 安装插件命令前加python对应版本的python 命令如:

    python3 -m pip install plugin_name 或 python2 -m pip install plugin_name

    2.为避免在多个APP中 html 文件名称相同 导致冲突 可在每个 APP 中 templates 文件夹中新建一个和APP名称相同包名的子包 并将所有html 文件放到对应的子包中

    3.python3 中 安装beautifulsoup 报 错:Command "python setup.py egg_info" failed with error code 1 in D:\Personal\Temp\pip-build-4skjs8jf\beautifulsoup\  应安装beautifulsoup 的更高版本 beautifulsoup4


    相关文章

      网友评论

          本文标题:Python 笔记

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