LoginSignup
0
0

More than 5 years have passed since last update.

djangoMemo#_もしdjango-admin is not foundが出たら

Last updated at Posted at 2019-03-15

djangoを一回pipでアンインストールする

pip3 uninstall django

そしてももう一度pipでインストールし、今回はsudoと一緒に。

$ pip3 uninstall django

次は本当に入ってるかどうかをcheckするー。

$which django-admin
/usr/local/bin/django-admin

参考link:
stackerflowさまありがとうございます!
https://stackoverflow.com/questions/48361731/installed-django-but-django-admin-is-not-found

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0