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

📅  最后修改于: 2022-03-11 14:59:33.332000             🧑  作者: 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