Opened 15 years ago

Last modified 14 years ago

#12061 closed

new installation method for Django Python 2.6.3 — at Version 2

Reported by: flebber Owned by: nobody
Component: Documentation Version: 1.1
Severity: Keywords: pypm
Cc: srid Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by Alex Gaynor)

For ease of use in python 2.6.3, django can now be installed by using pypm(like apt-get for python).

for example

C:\Documents and Settings\flebber>pypm install django
Get: [pypm.activestate.com] :repository-index:
autosync: synced 1 repositories
Ready to perform these actions:
The following packages will be installed:
 django-1.1.1
Get: [pypm.activestate.com] django 1.1.1-1
Installing django-1.1.1
Fixing script C:\Documents and Settings\flebber\Application Data\Python\Scripts\
django-admin.py
C:\Documents and Settings\flebber>python
ActivePython 2.6.3.7 (ActiveState Software Inc.) based on
Python 2.6.3 (r263:75183, Oct  5 2009, 14:41:55) [MSC v.1500 32 bit (Intel)] on
win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import django
>>>

Change History (2)

comment:1 by flebber, 15 years ago

C:\Documents and Settings\flebber>pypm install django
Get: [pypm.activestate.com] :repository-index:
autosync: synced 1 repositories
Ready to perform these actions:
The following packages will be installed:
 django-1.1.1
Get: [pypm.activestate.com] django 1.1.1-1
Installing django-1.1.1
Fixing script C:\Documents and Settings\flebber\Application Data\Python\Scripts\
django-admin.py
C:\Documents and Settings\flebber>python
ActivePython 2.6.3.7 (ActiveState Software Inc.) based on
Python 2.6.3 (r263:75183, Oct  5 2009, 14:41:55) [MSC v.1500 32 bit (Intel)] on
win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import django
>>>

comment:2 by Alex Gaynor, 15 years ago

Description: modified (diff)

Fixed formatting.

Note: See TracTickets for help on using tickets.
Back to Top