django install with anaconda admin October 22, 2018 Python 0 Comments Just open anaconda cmd & run following command conda install -c anaconda django Related Posts Database connection between python & mysql zendnwar November 29, 2015 #!/usr/bin/python import MySQLdb db = MySQLdb.connect(“localhost”,”user” .. How to check python version ? admin April 9, 2017 python -V ..