How to check python version ? admin April 9, 2017 Python 0 Comments python -V Related Posts django install with anaconda admin October 22, 2018 Just open anaconda cmd & run following command conda install -c anaconda django .. How to check Django installed version? admin December 20, 2019 Type the following command in Python shell >>> import django >>> django.get_v ..