1. 程式人生 > >Python 命令總結

Python 命令總結

django import -m 寫入 version () bsp 需要 版本

本章內容

pip

  pip install -r requirement.py(裏面寫入需要安裝的包的名字)

  pip install django==1.9 #需要安裝那個版本

Python

  python zabbix.py | python -m json.tool #前面獲取json的亂碼數據,後面給其格式化

  python -c ‘import django; print(django.get_version())‘

Python 命令總結