How to check python version ? admin April 9, 2017 Python 0 Comments python -V Related Posts How do I create a superuser account in Django admin October 22, 2018 Just run following command $ python manage.py migrate $ python manage.py createsuperuser .. Write a Hello World Python Program in linux zendnwar March 8, 2016 $ vim zendanwar.py #!/usr/bin/python # Hello world python program print “Hello python Wor ..