【Python】インストールしたdjangoのバージョンを確認する
pipコマンドで確認します。
1 2 3 4 5 6 7 8 9 10 11 |
# pip show django Name: Django Version: 1.10.6 Summary: A high-level Python Web framework that encourages rapid development and clean, pragmatic design. Home-page: http://www.djangoproject.com/ Author: Django Software Foundation Author-email: foundation@djangoproject.com License: BSD Location: /usr/lib64/python3.5/site-packages Requires: # |