Changes between Initial Version and Version 1 of Ticket #26091


Ignore:
Timestamp:
Jan 17, 2016, 2:41:05 AM (8 years ago)
Author:
Ali Kabiri
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26091 – Description

    initial v1  
    11I get the following error while I try to install Django using pip.
    22
     3
    34{{{
     5
    46sudo pip install django
    57Downloading/unpacking django
     
    1012    {{ unicode_literals }}from django.apps import AppConfig
    1113                             ^
    12 }}}
    13 
    1414SyntaxError: invalid syntax
    1515
     
    2222Successfully installed django
    2323Cleaning up...
     24
     25}}}
Back to Top