Opened 10 years ago

Closed 10 years ago

#22080 closed Uncategorized (invalid)

Instilation HELP!!

Reported by: james@… Owned by: nobody
Component: Documentation Version: 1.6
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Hi there
I'm relatively new to coding and I'm having some real trouble trying to install Django on python27(64bit).
I have managed to install pip without issue but when i run python, import pip then tell it "pip install Django" it returns:-

"
File "<stdin>", line 1

pip install Django


SyntaxError: invalid syntax

"

I'm sure this is an amateur error on my part but not being able to work round it is infuriating.

Thanks

James

Change History (1)

comment:1 by Tim Graham, 10 years ago

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.
Back to Top