Thursday 19 November 2020

PYTHON INSTALLATION STEPS

 PYTHON INSTALLATION STEPS :

1. Copy Python-3.3.2.tar.bz2 and Django-1.5.2.tar.gz & paste both in Home Directory and extract them.

2. Open terminal

>cd Django-1.5.2

>sudo python setup.py install

  

 installation complete.

1 comment:

  1. Nice.Interesting blog.You are posts are just amazing and very creative.Keep on share it.
    Rasmussen student portal

    ReplyDelete

Thank You!!!

How to delete duplicate records from a SQL data table

  introduction How to delete duplicate records from a SQL data table using CTE (common table expression). Specifies a temporary named result...