📌  相关文章
📜  'django' 未被识别为内部或外部命令 - 无论代码示例

📅  最后修改于: 2022-03-11 14:56:40.240000             🧑  作者: Mango

代码示例2
//uninstall and installing django library should work in most cases..
pip uninstall django
//wait for django to uninstall and then install it by using following command
pip install django